diff --git a/initscript_proto.sh b/initscript_proto.sh deleted file mode 100755 index 53ff331..0000000 --- a/initscript_proto.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# check for the direct-connection flag -if [[ `grep --color=never i_should_not_do_this /proc/cmdline` ]]; -then - echo "present"; -else - echo "absent"; -fi