summaryrefslogtreecommitdiff
path: root/lava-test-shell/multi-node/get_ip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lava-test-shell/multi-node/get_ip.sh')
-rwxr-xr-xlava-test-shell/multi-node/get_ip.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lava-test-shell/multi-node/get_ip.sh b/lava-test-shell/multi-node/get_ip.sh
deleted file mode 100755
index ed30c5c..0000000
--- a/lava-test-shell/multi-node/get_ip.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-set -e
-set -x
-ifconfig|grep "inet addr"|grep -v "127.0.0.1"|cut -d: -f2|cut -d' ' -f1
-