#!/bin/sh

# returns 0 on --help
cst --help

# returns 1 on --help
! srktool --help
