#!/bin/bash jat__pstartt "example test phase" jat__cmd -h "true is still true" \ true jat__cmp -h "five is still greater than three" \ 5 gt 3 jat__cmp -h "foo still ends with oo" \ foo re '.*oo' jat__pend