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