From 6d78a0add752124e1441ea77118b703557b64e6c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Apr 2023 08:15:16 -0300 Subject: bin/shesc: Remove copied $ENCODE and $DECODE options --- bin/shesc | 10 +--------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3