diff options
Diffstat (limited to 'bin/whatismyip')
| -rwxr-xr-x | bin/whatismyip | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/whatismyip b/bin/whatismyip deleted file mode 100755 index 748b731..0000000 --- a/bin/whatismyip +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -e -[ -n "$DEBUG" ] && set -x - -curl -sSfL ifconfig.co/json | jq |