diff --git a/src/functions/stop.sh b/src/functions/stop.sh index ae1e7fe..1f066f6 100644 --- a/src/functions/stop.sh +++ b/src/functions/stop.sh @@ -6,12 +6,12 @@ wxi-stop(){ wx-update &> /dev/null fi - wxi-repeat "\n" 3 + # wxi-repeat "\n" 3 - for key in "${!args[@]}" - do - echo "$key: ${args[$key]}" - done + # for key in "${!args[@]}" + # do + # echo "$key: ${args[$key]}" + # done wxi-repeat "\n" 3 exit 1 diff --git a/wx b/wx index 549c5f5..ac1c505 100755 --- a/wx +++ b/wx @@ -129,12 +129,12 @@ wxi-stop(){ wx-update &> /dev/null fi - wxi-repeat "\n" 3 + # wxi-repeat "\n" 3 - for key in "${!args[@]}" - do - echo "$key: ${args[$key]}" - done + # for key in "${!args[@]}" + # do + # echo "$key: ${args[$key]}" + # done wxi-repeat "\n" 3 exit 1