diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
| commit | ac636784948045854be19dc8a2f347480fd85671 (patch) | |
| tree | 17cb1dbbba207b5b22d647853fd0d8945a487560 /release.sh | |
| parent | 765642c6beff60ccc75e56512a33fc3b6ef47a74 (diff) | |
Some formatting, header adjustments on conf and scripts
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ #!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# For downloading dots from releases # Set some colors for output messages 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) |
