5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export LD_LIBRARY_PATH=../libs/ardour
|
||
|
exec valgrind --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|