added parameter to 'ct d'
not tested. for updating hyprland dots.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user