1 2 3 4 5
#! /bin/bash valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0 >confmdtesterror exit 0