summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/cmdline01.stp
blob: da4e6eb3a49113c4b9a35971b6b9bd0504f2d029 (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