aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/shesc10
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/shesc b/bin/shesc
index 40a72b7..0c5e25a 100755
--- a/bin/shesc
+++ b/bin/shesc
@@ -53,16 +53,8 @@ for flag in "$@"; do
esac
done
-ENCODE=false
-DECODE=false
-while getopts 'edh' flag; do
+while getopts 'h' flag; do
case "$flag" in
- e)
- ENCODE=true
- ;;
- d)
- DECODE=true
- ;;
h)
usage
help