diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-08 14:55:12 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-08 14:55:12 +0900 |
| commit | 21adf9eb149e06b68e59fc60f8d29bbdb6eb1cc5 (patch) | |
| tree | 2dbf15d25252be3c2cddabb478bdcf01c0870d69 | |
| parent | ba5783f04d4f6cfe8289812e4cbb58669ea171dd (diff) | |
just color tweak
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ printf "\n%.0s" {1..2} OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" -WARN="$(tput setaf 166)[WARN]$(tput sgr0)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3) |
