summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/qw1
-rwxr-xr-xscripts/shot1
-rwxr-xr-xscripts/slight1
-rwxr-xr-xscripts/swall1
4 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qw b/scripts/qw
index e4ccaf1..b55b0d6 100755
--- a/scripts/qw
+++ b/scripts/qw
@@ -50,5 +50,6 @@ while getopts "cr:h" option ;do
h) help; exit 0;;
*) err "Try '${0} -h' for help." ;;
+
esac
done
diff --git a/scripts/shot b/scripts/shot
index a11498c..f87d95f 100755
--- a/scripts/shot
+++ b/scripts/shot
@@ -42,6 +42,7 @@ while getopts "d:sh" option; do
h) help; exit 0 ;;
*) err "Try '${0} -h' for help" ;;
+
esac
done
diff --git a/scripts/slight b/scripts/slight
index ee01e54..848df07 100755
--- a/scripts/slight
+++ b/scripts/slight
@@ -63,6 +63,7 @@ while getopts "i:d:s:ph" option; do
h) help; exit 0 ;;
*) err "Try '${0} -h' for help." ;;
+
esac
done
diff --git a/scripts/swall b/scripts/swall
index 16ab86d..b7cb841 100755
--- a/scripts/swall
+++ b/scripts/swall
@@ -51,6 +51,7 @@ while getopts "hcd:" option; do
h) help; exit 0 ;;
*) err "Try '${0} -h' for help" ;;
+
esac
done