./run.sh

Screw "make", I just want a script runner

Drop any script into .run/src/bin/ — Rust, C#, Python, Shell, Ruby, Go, etc.
One command to list, one command to run. No Makefile, no config.

Install $ curl -fsSL https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.sh | bash $ chmod +x run.sh
Usage $ ./run.sh # list all scripts $ ./run.sh hello # run by name $ ./run.sh 3 # run by number $ ./run.sh 3 Hello World # with arguments