summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mw')
-rwxr-xr-xbin/mw2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/mw b/bin/mw
index 44a6566..2baa5f7 100755
--- a/bin/mw
+++ b/bin/mw
@@ -313,6 +313,8 @@ while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:" o; do case "${o}" in
\?) echo "See \`$(basename $0) -h\` for possible options and help."; exit 1 ;;
esac done
+[ -z "$action" ] && action="info"
+
case "$action" in
list) list ;;
add) checkbasics && askinfo && getboxes && getprofiles && finalize ;;