This commit is contained in:
2019-01-31 22:42:40 -06:00
parent 965d662fd4
commit 433640d070
2 changed files with 113 additions and 14 deletions

15
test.sh
View File

@@ -1,16 +1,7 @@
#!/usr/bin/env bash
source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
source /opt/idssys/defaults/colors.inc
source /opt/idssys/defaults/default.inc
echo 'yes'
while getopts 'r' flag; do
case "${flag}" in
r) echo 'RESTART' ;;
*) echo 'nothing'
exit 1 ;;
esac
done
exit 0; #test5
detect_os