diff options
| author | makefu <github@syntax-fehler.de> | 2011-11-04 10:22:51 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-11-04 10:22:51 +0100 |
| commit | 7f69a51022ae7456c20ec5d4f0b84843561d0116 (patch) | |
| tree | b7e64c78ff43a1f26b951aea380d3a0a4938cb27 /retiolum | |
| parent | c5215ab05d807bb017a09e44c43cf233f7d3ea9a (diff) | |
//retiolum/bin/my-ip: initial commit
script to find your nat'ed ip address
Diffstat (limited to 'retiolum')
| -rwxr-xr-x | retiolum/bin/my-ip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/retiolum/bin/my-ip b/retiolum/bin/my-ip new file mode 100755 index 00000000..fcfbba05 --- /dev/null +++ b/retiolum/bin/my-ip @@ -0,0 +1,2 @@ +#!/bin/sh +curl http://euer.krebsco.de/live/ip.php |
