shc icon indicating copy to clipboard operation
shc copied to clipboard

Add support for bash-static

Open opensource-assist opened this issue 5 years ago • 2 comments

I'm unable to compile scripts with the #!/bin/bash-static shebang. bash-static is simply a static version of Bash.

opensource-assist avatar Jan 09 '20 19:01 opensource-assist

U can use export CFLAGS="-static" ./shc ..

HafizZiq avatar Apr 21 '20 14:04 HafizZiq

I wrote an alternate tool, use pipes and support shebang.

https://github.com/liberize/sshc

liberize avatar Jan 02 '21 11:01 liberize