summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-07 14:22:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-07 14:22:41 -0400
commit6e94471bf7c603778d87cff4a9b613c1f8572d8d (patch)
treec068023d96c8b170d1531f23a5b2c0094d2c06db
parent1ca059968cf09d513f28f77b27fe792d6b510a00 (diff)
remove whatismyip
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
-rw-r--r--whatismyip.sh2
3 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 0d48c20..7fb01dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,3 @@ tempmon
urldecode
v-www-browser
v-editor
-whatismyip
diff --git a/Makefile b/Makefile
index 9f10033..e505cba 100644
--- a/Makefile
+++ b/Makefile
@@ -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