From 6e94471bf7c603778d87cff4a9b613c1f8572d8d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 7 Sep 2013 14:22:41 -0400 Subject: remove whatismyip --- .gitignore | 1 - Makefile | 3 +-- whatismyip.sh | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 whatismyip.sh 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 -- cgit v1.2.3