added help arg to deploy.sh

This commit is contained in:
2023-08-21 18:20:59 +02:00
parent 1e1d12be85
commit 900be7431a
+3
View File
@@ -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