update
This commit is contained in:
15
test.sh
15
test.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user