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