Update Sat Oct 10 12:48:45 PM CDT 2020
This commit is contained in:
parent
f81aa6bba0
commit
012e542974
|
@ -23,10 +23,10 @@
|
|||
bold=$'\e[1m'
|
||||
norm=$'\e[21m'
|
||||
|
||||
# launch_codes - for a little fun in the --borked scripts
|
||||
# launch_codes_alpha=$(echo $((1 + RANDOM % 9999)))
|
||||
# launch_codes_beta=$(echo $((1 + RANDOM % 9999)))
|
||||
# launch_codes_charlie=$(echo $((1 + RANDOM % 9999)))
|
||||
# launch_codes - for a little fun in the --borked scripts # (disabled)
|
||||
# launch_codes_alpha=$(echo $((1 + RANDOM % 9999))) # (disabled)
|
||||
# launch_codes_beta=$(echo $((1 + RANDOM % 9999))) # (disabled)
|
||||
# launch_codes_charlie=$(echo $((1 + RANDOM % 9999))) # (disabled)
|
||||
|
||||
# status indicators
|
||||
greenplus='\e[1;33m[++]\e[0m'
|
||||
|
@ -38,7 +38,7 @@
|
|||
fourblinkexclaim='\e[1;31m[\e[5;31m!!!!\e[0m\e[1;31m]\e[0m'
|
||||
|
||||
# variables needed in the script
|
||||
# wait_time=10 # 2nd warning screen wait time
|
||||
# wait_time=10 # 2nd warning screen wait time (disabled)
|
||||
force=0
|
||||
check=""
|
||||
section=""
|
||||
|
|
Loading…
Reference in New Issue