master
czesiek 2014-11-01 18:37:45 +01:00
parent c5b61bb603
commit c37de50183
1 changed files with 0 additions and 9 deletions

View File

@ -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