in_the_temple/package.sh

11 lines
209 B
Bash

#!/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