diff --git a/scripts/texttobase64.sh b/scripts/texttobase64.sh index 46112a6..31b3573 100755 --- a/scripts/texttobase64.sh +++ b/scripts/texttobase64.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -o errexit -o nounset -o pipefail + commentChar="#" while read line do