grind.sh 191 B

1234567
  1. #!/bin/bash
  2. # valgrind -v --log-file=grind.log build/space-ace -l -u grinder
  3. valgrind -v --leak-check=full --show-leak-kinds=all --log-file=grind.log build/twproxy $1 $2 $3
  4. tail grind.log