When I first learned about Just, I realized that parsing arguments and running commands is exactly what shell scripts do, and there probably isn't much Just does that sh doesn't. This project proves that hypothesis by compiling Justfiles to portable (POSIX-compatible) shell scripts.
just.sh is particularly useful for running Justfiles in esoteric environments where Just may not be straightforward to install, such as some CI/CD pipeline environments.