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}}"

相关文章:

  • 2021-11-17
  • 2021-11-17
  • 2021-11-19
  • 2021-06-29
  • 2022-01-13
  • 2021-06-09
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2021-11-08
  • 2021-09-22
  • 2021-08-05
  • 2021-12-19
  • 2021-11-17
相关资源
相似解决方案