remove old cruft

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-11-26 22:20:29 +01:00
parent f78acbf595
commit 8fbba79d10
1 changed files with 0 additions and 15 deletions

View File

@ -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