summaryrefslogtreecommitdiffstats
path: root/testModule/parse-ip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testModule/parse-ip.sh')
-rw-r--r--testModule/parse-ip.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testModule/parse-ip.sh b/testModule/parse-ip.sh
new file mode 100644
index 00000000..07f61d50
--- /dev/null
+++ b/testModule/parse-ip.sh
@@ -0,0 +1,3 @@
+for parameter in $(getargs ip=); do
+ COMMAND_LINE_IP="$parameter"
+done