trace.sh 243 B

12345
  1. #!/bin/sh
  2. echo "Generating trace.out"
  3. echo "You can visit http://localhost:3000/ in a couple of seconds"
  4. ./algernon --dev --conf serverconf.lua --dir samples --httponly --debug --bolt --server -tracefile trace.out "$@"
  5. go tool trace trace.out