mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
Fix RESET to reset all attributes
This commit is contained in:
parent
36e52692e1
commit
86fa81c411
1 changed files with 5 additions and 5 deletions
2
run
2
run
|
|
@ -7,7 +7,7 @@ RED="$(printf "\033[31m")" # "$(tput setaf 1)"
|
|||
GREEN="$(printf "\033[32m")" # "$(tput setaf 2)"
|
||||
YELLOW="$(printf "\033[33m")" # "$(tput setaf 3)"
|
||||
BLUE="$(printf "\033[34m")" # "$(tput setaf 4)"
|
||||
RESET="$(printf "\033[0m")" # "$(tput sgr0)"
|
||||
RESET="$(printf "\033(B\033[m")" # "$(tput sgr0)"
|
||||
|
||||
usage() {
|
||||
echo "usage: $(basename "$0") [-v] <target> [<target>...]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue