diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-07 14:22:41 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-07 14:22:41 -0400 |
commit | 6e94471bf7c603778d87cff4a9b613c1f8572d8d (patch) | |
tree | c068023d96c8b170d1531f23a5b2c0094d2c06db | |
parent | 1ca059968cf09d513f28f77b27fe792d6b510a00 (diff) |
remove whatismyip
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | whatismyip.sh | 2 |
3 files changed, 1 insertions, 5 deletions
@@ -18,4 +18,3 @@ tempmon urldecode v-www-browser v-editor -whatismyip @@ -23,8 +23,7 @@ BINFILES = \ tempmon \ urldecode \ v-www-browser \ - v-editor \ - whatismyip + v-editor all: build .gitignore diff --git a/whatismyip.sh b/whatismyip.sh deleted file mode 100644 index 0d1d57f..0000000 --- a/whatismyip.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -wget -qO- whatismyip.org | xargs echo |