aboutsummaryrefslogtreecommitdiff
path: root/bin/gse
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-07-04 19:39:46 +0300
committerChristos.K <freedomrfox@gmail.com>2017-07-04 19:39:46 +0300
commitcd7748b7f8db1eec14380caed440945dd64a11ae (patch)
tree64c89ee4f92e18933b732465bec1c8283514f7c7 /bin/gse
parentIncluded overview docs (diff)
downloadGSE-cd7748b7f8db1eec14380caed440945dd64a11ae.tar.gz
GSE-cd7748b7f8db1eec14380caed440945dd64a11ae.tar.bz2
GSE-cd7748b7f8db1eec14380caed440945dd64a11ae.zip
Minor changes on gse and module-setup.sh
Diffstat (limited to 'bin/gse')
-rwxr-xr-xbin/gse4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/gse b/bin/gse
index 4998312..7e44e65 100755
--- a/bin/gse
+++ b/bin/gse
@@ -145,6 +145,10 @@ if echo "$@" | grep -q '\--time-warp' && [[ "$#" != 1 ]]; then
die "Error: Time Warp must be the only entry"
fi
+if echo "$@" | grep -q '\--edit' && [[ "$#" != 2 ]]; then
+ die "Error: Edit must be the only entry"
+fi
+
lppar=()
for i in "$@"; do
lppar+=("$i")