github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/bin/log (about)

     1  #!/bin/bash
     2  
     3  set -e
     4  
     5  touch ./trace.log
     6  rm ./trace.log
     7  CF_TRACE=trace.log go run main/cf.go $*