in_the_temple/package.sh

11 lines
209 B
Bash
Raw Normal View History

2020-01-12 21:52:52 +00:00
#!/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/
2020-01-12 21:52:52 +00:00
zip -9 -r in-the-temple.zip in-the-temple
tar czvf in-the-temple.tar.gz in-the-temple