diff options
Diffstat (limited to 'whatismyip.sh')
-rw-r--r-- | whatismyip.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/whatismyip.sh b/whatismyip.sh new file mode 100644 index 0000000..0d1d57f --- /dev/null +++ b/whatismyip.sh @@ -0,0 +1,2 @@ +#!/bin/sh +wget -qO- whatismyip.org | xargs echo |