systemtap/tests/Sanity/userspace-probes/testcase2.sh

5 lines
126 B
Bash
Raw Normal View History

#!/bin/bash
stap --runtime=dyninst -e 'probe end { printf("*** exiting ***\n"); exit() }' -c "$1/hello" -o "$1/stapout.log"