This commit is contained in:
2024-02-28 10:33:15 +08:00
commit 492c03bfcf
27 changed files with 813 additions and 0 deletions
+10
View File
@@ -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'