Skip to content

Commit

Permalink
added if,stop cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
espressoknight committed Feb 5, 2013
1 parent 2a07d94 commit f984d85
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gerbal2.sh
Expand Up @@ -44,6 +44,19 @@ echo "

}

groups | grep -q eng && ENG="yes"


if [ ! "$ENG" = "yes" ]; then
gerbal2
fi

echo "Gerbal Commands"


while true
do
cmd
done


###############################################

0 comments on commit f984d85

Please sign in to comment.