COMP: tutorial scripts: add #!/bin/sh, chmod +x etc.

This commit is contained in:
mattijs
2011-04-28 17:47:11 +01:00
parent 36fde0b5d1
commit eaa2a9f1b5
13 changed files with 4 additions and 2 deletions

View File

@ -237,8 +237,6 @@ else
echo "Executing: $APPLICATION $@ > log 2>&1 &"
$APPLICATION $@ > log 2>&1 &
fi
else
fi
#------------------------------------------------------------------------------