#!/bin/sh set -e test -d "tmp" && { rm -Rf tmp }