#!/bin/sh tmp=$(mktemp -d) mkdir -p $tmp/test ../urchin $tmp/test exit_code=$? rm -R $tmp exit $exit_code