]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bin/svalgrind
Merge remote branch 'asp/master'
[config/dotfiles.git] / bin / svalgrind
1 #!/bin/sh
2
3 valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 \
4          --track-fds=yes "$@"