neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for bash-static

opensource-assist opened this issue · comments

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

commented

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

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

https://github.com/liberize/sshc