code / ok / README.md

1# ok
2
3a task runner and build tool in POSIX sh
4
5## install
6
7    ./ok.sh install
8
9## writing okfiles
10
11- every task is a shell function
12- the `ok` function
13- file tasks vs. non-file tasks & `fr`
14- `dep` and `all`
15- what else?
16
17## copying
18
19Copyright (C) Case Duckworth.  Using and redistributing this software is permitted but discouraged.  It is provided as-is and without any warranty whatsoever.