shc
shc copied to clipboard
Add support for bash-static
I'm unable to compile scripts with the #!/bin/bash-static shebang.
bash-static is simply a static version of Bash.
U can use
export CFLAGS="-static"
./shc ..
I wrote an alternate tool, use pipes and support shebang.
https://github.com/liberize/sshc