blob: 958a0598a97a7323c34d1dfae18e050999813c2b (
plain)
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.
|