This commit is contained in:
YAWAsau
2021-11-01 22:53:46 +08:00
parent 6e785549d6
commit 44f22a8e59
9 changed files with 135 additions and 70 deletions

View File

@@ -112,6 +112,8 @@ echoRgb() {
echo -e "\e[38;5;82m -$1\e[0m"
elif [[ $2 = 2 ]]; then
echo -e "\e[38;5;87m -$1\e[0m"
elif [[ $2 = 3 ]]; then
echo -e "\e[38;5;${en}m -$1\e[0m"
else
echo -e "\e[38;5;${bn}m -$1\e[0m"
fi