|
From: Samuel Q. <Sam...@sy...> - 2014-01-14 15:33:26
|
Greetings,
Normally I invoke my app using a shell script:
./run.sh –e >& run log
If I invoke this script using valgrind:
valgrind ./run.sh –e >& run log
Will valgrind evaluate the shell script or my app or both?
-Sam
|