layout upd

This commit is contained in:
tuxwarrior
2024-04-30 22:02:09 -05:00
parent 6fa8cb753e
commit bf308155e3
3 changed files with 5 additions and 6 deletions

View File

@@ -48,6 +48,8 @@ case $operation in
esac
shopt -u extglob
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
# helper function
execute_script() {
file=$1
@@ -59,10 +61,8 @@ execute_script() {
/tmp/${file} ${parameter_1} ${parameter_2}
}
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
# update dot files
shopt -s extglob
if [ $operation == "dots" ] ; then