trun

Script for parsing any output. Yes, it is all it does.
git clone git://gtms.dev/trun
Log | Files | Refs | README | LICENSE

run.zsh (171B)


      1 #!/usr/bin/env zsh
      2 
      3 # Set handler dir and status dir to this test dir.
      4 env \
      5   TRUN_HANDLERS_DIR=@/ \
      6   TRUN_STATUS_DIR=@/ \
      7   ./gen.lua >&1 > >(../trun.lua handler test)