organize and document scripts collection
[perl-cwmp.git] / net.sh
diff --git a/net.sh b/net.sh
deleted file mode 100755 (executable)
index 4458482..0000000
--- a/net.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-
-if [ -z "$1" ] ; then
-       eth=eth0
-#      eth=ath0:0
-else
-       eth=$1
-fi
-
-sudo ifconfig $eth 192.168.1.90 up
-sudo route add -host 192.168.1.254 dev $eth
-echo "Setup of $eth to 192.168.1.90 ready"