#!/bin/sh
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --log-fd=3 .libs/lt-protocol "$@" 3> valgrind.log
