mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update trunk.sh
This commit is contained in:
parent
2a2c895c70
commit
9c63b562fa
1 changed files with 4 additions and 3 deletions
7
trunk.sh
7
trunk.sh
|
@ -3,11 +3,12 @@
|
||||||
# Copyright (c) 2022 Alex313031 and Midzer.
|
# Copyright (c) 2022 Alex313031 and Midzer.
|
||||||
|
|
||||||
YEL='\033[1;33m' # Yellow
|
YEL='\033[1;33m' # Yellow
|
||||||
|
CYA='\033[1;96m' # Cyan
|
||||||
RED='\033[1;31m' # Red
|
RED='\033[1;31m' # Red
|
||||||
GRE='\033[1;32m' # Green
|
GRE='\033[1;32m' # Green
|
||||||
c0=$'\033[0m' # Reset Text
|
c0='\033[0m' # Reset Text
|
||||||
bold=$'\033[1m' # Bold Text
|
bold='\033[1m' # Bold Text
|
||||||
underline=$'\033[4m' # Underline Text
|
underline='\033[4m' # Underline Text
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
yell() { echo "$0: $*" >&2; }
|
yell() { echo "$0: $*" >&2; }
|
||||||
|
|
Loading…
Reference in a new issue