grind.sh 198 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/space-ace -l -u grinder
  4. tail grind.log