added help arg to deploy.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user