This commit is contained in:
Santiago Lo Coco 2021-12-27 21:49:17 -03:00
parent 0e96306209
commit 9faa2908e8
1 changed files with 2 additions and 2 deletions

View File

@ -310,8 +310,6 @@ steps=(
)
runScript() {
clear
while getopts ':hd' flag; do
case $flag in
h) printf "usage: ${0##*/} [command]\n\t-h\t\t\tPrint this help message.\n\t-d\t\t\tDebug."
@ -322,6 +320,8 @@ runScript() {
esac
done
clear
if [ -d "$HOME/Documents" ]; then
getDotfiles
whiptail --title "CocoASAIS" --msgbox "All done!" 0 0