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