3 #==============================================================================
5 # File ID: 43978e30-3a7f-11e7-b7ff-f74d993421b0
7 # Run a command through Valgrind.
9 # Author: Øyvind A. Holm <sunny@sunbase.org>
10 # License: GNU General Public License version 2 or later.
11 #==============================================================================
16 valgrind
-q --leak-check=full
--show-leak-kinds=all
-- "$@"
18 # vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 :