I have a bash script and it does not run after the obfuscation. I tried to use different mutator, same result.
$ bashfuscator -f abc.sh -o abc-obfuscated.sh
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/file_glob
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/folder_glob
$ bashfuscator -f abc.sh -o abc-obfuscated.sh --choose-mutators string/hex_hash
I can send my bash script to you directly. This is a private company's script, private.