summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/cmdline01.stp
blob: 4bb1d6ea8cc54459b4626f804231e22fbe2c0ba8 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

echo "output version"
stap -V
if [ $? != 0 ]; then
   exit $?
fi

echo "output version and help"
stap -h