added help arg to deploy.sh
This commit is contained in:
parent
1e1d12be85
commit
900be7431a
@ -63,6 +63,9 @@ for option in "$@"; do
|
|||||||
link "$PWD/waybar/config" "$HOME/.config/waybar/config"
|
link "$PWD/waybar/config" "$HOME/.config/waybar/config"
|
||||||
link "$PWD/waybar/style.css" "$HOME/.config/waybar/style.css"
|
link "$PWD/waybar/style.css" "$HOME/.config/waybar/style.css"
|
||||||
;;
|
;;
|
||||||
|
help)
|
||||||
|
help
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
printf '\033[0;31mno config file found for "%s"\033[0m\n' "$option"
|
printf '\033[0;31mno config file found for "%s"\033[0m\n' "$option"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user