#!/bin/sh set -o nounset -o errexit fib()( echo h ) test ${1-} && echo $0 $0 true