Linux shc 命令手册


shc

Generic shell script compiler.

https://www.linux-man.cn/command/shc/

#Compile a shell script:
shc -f {{script}}

#Compile a shell script and specify an output binary file:
shc -f {{script}} -o {{binary}}

#Compile a shell script and set an expiration date for the executable:
shc -f {{script}} -e {{dd/mm/yyyy}}

#Compile a shell script and set a message to display upon expiration:
shc -f {{script}} -e {{dd/mm/yyyy}} -m "{{Please contact your provider}}"


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM