summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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