Include sig command pipeline

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-16 17:49:31 +00:00
parent 1a7147d28d
commit f8326a798c

3
sig
View File

@ -9,6 +9,9 @@ if [ -z "$1" ]
echo ""
echo " Usage: ./sig <command> {args}"
echo ""
printf "\tCurrent Configuration"
echo ""
echo ""
echo " Command List:"
ls -1 ./scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /'
echo ""