#!/bin/sh set -o nounset -o errexit -o xtrace fib()( echo a ) exec fib