systemtap/tests/Sanity/userspace-probes/testcase2.sh
2022-01-17 17:48:17 +01:00

5 lines
126 B
Bash
Executable File

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