Include a sig command with all functions listed and built-in

main
sigonasr2, Sig, Sigo 3 years ago
parent eedf1a6f8e
commit 8a620e3c90
  1. 11
      sig

11
sig

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