1 2 3 4 5 6 7
# runfile (`rfile`) a **suckless**, **minimal**, **zero-dependancy**, **POSIX C99** alternative to `Makefile`/`justfile`s to *just run commands*. ## usage 1. create an `rfile` with commands divided by a `\n` 2. run `rf` in that directory.