shc icon indicating copy to clipboard operation
shc copied to clipboard

Shell script compiler

Results 73 shc issues
Sort by recently updated
recently updated
newest added

On arm64, I would like to compile a script for x86_64, is that possible?

i have a problem. my friend wanted me to log in her icloud account. then when i log into i see desktop.ini and a note. after 1 hour my pc...

I'm compiling the bash script in a machine, I want to use it different OS, but not all the OS has the same glibc version so the binary will fail...

Hey there, I am trying to use an `shc` binary for a chrooted user on my system and I am running into an issue that has had me stumped for...

Hello. In my script there is a variable with the size of the script itself for further use. How to get an output binary file of the same size every...

normalmente funciona ------------------------------------------------------ #!/bin/bash while true; do read -p "Ping Yahoo? [y|n]:" yn case $yn in [Yy]* ) ping www.yahoo.com; break;; [Nn]* ) exit;; * ) echo "Choose yes or...

I'm not sure if this is outside the scope of this project, but it would be nice if the `#!/usr/bin/env` pattern. ``` % cat bisect.sh #!/usr/bin/env bash set -ex export...

enhancement
wontfix

When a compiled script is run from $PATH it appears to be unable to locate its own file path. An example with the JRuby bash launcher: ``` [] ~/projects/jruby $...

I'm trying to modify various binaries including jq to be self-contained for use with minimal Docker environments. Do you know how I can make a jq executable that includes its...