diff options
Diffstat (limited to 'testsuite/parseko/cmdline11.stp')
-rwxr-xr-x | testsuite/parseko/cmdline11.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline11.stp b/testsuite/parseko/cmdline11.stp new file mode 100755 index 00000000..6b3e426a --- /dev/null +++ b/testsuite/parseko/cmdline11.stp @@ -0,0 +1,8 @@ +#!/bin/sh + +# options '-L' and '-A' are mutually exclusive +# +# -L Load module and start probes, then detach. +# -A Attach to loaded systemtap module. + +staprun -L -A fake_module |