main shrub/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
 8example:
 9    peek [any command here]
10
11dependencies:
12    - linux system
13    - C compiler
14    - ninja compatible build tool