From 8fbba79d10a6ce1a831e2ba815fdb9d7a56e5a1a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 26 Nov 2014 22:20:29 +0100 Subject: [PATCH] remove old cruft Signed-off-by: Nico Schottelius --- changetowifi | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 changetowifi diff --git a/changetowifi b/changetowifi deleted file mode 100644 index 5b5c17c..0000000 --- a/changetowifi +++ /dev/null @@ -1,15 +0,0 @@ - -case "$1" in - home) - ifconfig eth0 down - iwconfig eth1 essid ELSAAIR - iwconfig eth1 key fa:fb:fc:01:02 - iwconfig eth1 key restricted - ifconfig eth1 192.168.1.5 up - route add default gw 192.168.1.2 - ;; - *) - echo bla so nich - exit 1 - ;; -esac