added parameter to 'ct d'

not tested. for updating hyprland dots.
This commit is contained in:
committer@tuxwarrior
2026-02-26 12:59:57 -05:00
parent 24272e85c0
commit c0b83d81a3
2 changed files with 12 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ fi
this_file_name=`basename "$0"`
if [ $# -lt 1 ]; then
echo "usage: '$this_file_name { d/dots | d+/dots+ | uf / upd-full [host]? | services | s/sw/software {update/install/search/orphans/uninstall} [host]? | us / upd-self | yay }'"
echo "usage: '$this_file_name { d/dots [h/hypr] | d+/dots+ | uf / upd-full [host]? | services | s/sw/software {update/install/search/orphans/uninstall} [host]? | us / upd-self | yay }'"
exit 1
fi
@@ -86,7 +86,7 @@ execute_script() {
shopt -s extglob
if [ $operation == "d" ] || [ $operation == "dots" ] ; then
execute_script 99_deploy.sh dots
execute_script 99_deploy.sh dots "${parameter_1}"
fi
shopt -u extglob