
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 machineexplain 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 machineexplain 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 machineexplain this command
-
shc:tldr:c8ee5 shc: Compile a shell script.$ shc -f ${script}try on your machineexplain this command