#!/bin/sh if test ! -d in-the-temple then echo "You must run build.sh first" >&2 exit 1 fi cp CC0 README in-the-temple/ zip -9 -r in-the-temple.zip in-the-temple tar czvf in-the-temple.tar.gz in-the-temple