Forrest logo
back to context overview

shc

List of commands for shc:

  • shc:tldr:15b75 shc: Compile a shell script and specify an output binary file.
    $ shc -f ${script} -o ${binary}
    try on your machine
    explain this command
  • shc:tldr:32703 shc: Compile a shell script and set a message to display upon expiration.
    $ shc -f ${script} -e ${dd-mm-yyyy} -m "${Please contact your provider}"
    try on your machine
    explain this command
  • shc:tldr:b85c7 shc: Compile a shell script and set an expiration date for the executable.
    $ shc -f ${script} -e ${dd-mm-yyyy}
    try on your machine
    explain this command
  • shc:tldr:c8ee5 shc: Compile a shell script.
    $ shc -f ${script}
    try on your machine
    explain this command
back to context overview