#!/bin/sh set -o nounset -o errexit -o xtrace test 0 -eq 0 || echo t