From 0dfa3a78311376dd83811b016590343dad16ce65 Mon Sep 17 00:00:00 2001 From: torben Date: Thu, 2 Apr 2015 16:00:56 +0200 Subject: Remove old approach to get internet. Adding command line parsing for kernel parameter ip. --- testModule/parse-ip.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testModule/parse-ip.sh (limited to 'testModule/parse-ip.sh') 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 -- cgit v1.2.3-55-g7522