@ -1 +1,12 @@
if [ -z "$1" ]
then
echo ""
echo " Usage: ./sig <command> {args}"
echo " Command List:"
ls -1 ./scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /'
exit
fi
./scripts/$1.sh "${*:2}"