]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bin/valgrind.sh
lesskey: Add ^P/^N for line-edit to replace the arrow keys.
[config/dotfiles.git] / bin / valgrind.sh
1 #!/bin/sh
2
3 valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 "$@"