From caa72b3a3079cb74996f1c8b0c9fc36754087c1e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 2 Dec 2012 23:37:54 +0100 Subject: [PATCH] add bin to fetch external ip --- bin/whatsmyip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/whatsmyip diff --git a/bin/whatsmyip b/bin/whatsmyip new file mode 100755 index 0000000..ed417b2 --- /dev/null +++ b/bin/whatsmyip @@ -0,0 +1,2 @@ +#!/bin/bash +wget http://automation.whatismyip.com/n09230945.asp -qO - -- 2.48.1