4 lines
128 B
Bash
Executable File
4 lines
128 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
LD_LIBRARY_PATH=../../lib/.libs valgrind --leak-check=full --show-reachable=yes --track-origins=yes ./fko_wrapper
|