 STARTUP │ (Re)initialized boot script
   PHASE │ build
   START │ ./plan.py
 SUCCESS │ ./plan.py
   START │ echo hello > sub/inp.txt
 SUCCESS │ echo hello > sub/inp.txt
   START │ cp -p sub/inp.txt sub/tmp.txt
 SUCCESS │ cp -p sub/inp.txt sub/tmp.txt
   START │ cp -p sub/tmp.txt sub/out.txt
 SUCCESS │ cp -p sub/tmp.txt sub/out.txt
DIRECTOR │ Ran 4 job(s).
DIRECTOR │ Trying to remove 0 deletable file(s) and empty director(y|ies)
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph1.txt, current_graph1_provenance.dot and current_graph1_dependency.dot
 DELETED │ sub/tmp.txt
 DELETED │ sub/out.txt
 DELETED │ sub/inp.txt
DIRECTOR │ Wrote graph to current_graph2.txt, current_graph2_provenance.dot and current_graph2_dependency.dot
DIRECTOR │ See you!
