init
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# color
|
||||
RESET=$'\e[1;0m'
|
||||
RED=$'\e[1;31m'
|
||||
GREEN=$'\e[1;32m'
|
||||
YELLOW=$'\e[1;33m'
|
||||
RED_BACK=$'\e[101m'
|
||||
GREEN_BACK=$'\e[102m'
|
||||
YELLOW_BACK=$'\e[103m'
|
||||
Reference in New Issue
Block a user