diff options
Diffstat (limited to 'testsuite/parseko/cmdline16.stp')
-rwxr-xr-x | testsuite/parseko/cmdline16.stp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline16.stp b/testsuite/parseko/cmdline16.stp new file mode 100755 index 00000000..da5ac4d2 --- /dev/null +++ b/testsuite/parseko/cmdline16.stp @@ -0,0 +1,9 @@ +#!/bin/sh + +# options '-c cmd' and '-x pid' are mutually exclusive +# +# -c cmd Command 'cmd' will be run and staprun will +# exit when it does. The '_stp_target' variable +# will contain the pid for the command. +# -x pid Sets the '_stp_target' variable to pid. +staprun -c /bin/ls -x 100 fake_module |