main shrubtools / peek / readme
 1peek
 2----
 3
 4peek is a small linux-only command tracer. it is simpler and has more human-readable output than strace,
 5although it's not as in-depth. it runs some given command and prints a short stream of file opens, execs, 
 6forks, simple network stuff, and exits.
 7
 8build:
 9    ninja
10    ninja install
11
12example:
13    peek [any command here]
14
15dependencies:
16    - linux system
17    - C compiler
18    - ninja compatible build tool