 STARTUP │ (Re)initialized boot script
   PHASE │ build
   START │ ./plan.py
 SUCCESS │ ./plan.py
   START │ ./use_config.py
 SUCCESS │ ./use_config.py
   START │ echo log written to script.log. > report.txt
 SUCCESS │ echo log written to script.log. > report.txt
   START │ cp -p report.txt copy.txt
 SUCCESS │ cp -p report.txt copy.txt
   START │ echo All is fine. > script.log
 SUCCESS │ echo All is fine. > script.log
DIRECTOR │ Ran 5 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
 UPDATED │ config.json
   PHASE │ build
   START │ ./use_config.py
 SUCCESS │ ./use_config.py
   START │ echo log written to other.log. > report.txt
 SUCCESS │ echo log written to other.log. > report.txt
   START │ cp -p report.txt copy.txt
 SUCCESS │ cp -p report.txt copy.txt
   START │ echo All is fine. > other.log
 SUCCESS │ echo All is fine. > other.log
DIRECTOR │ Ran 4 job(s).
DIRECTOR │ Trying to remove 1 deletable file(s) and empty director(y|ies)
  REMOVE │ script.log
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph2.txt, current_graph2_provenance.dot and current_graph2_dependency.dot
DIRECTOR │ See you!
