/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat
9 by Josh C
build script to build .love file
1
#!/bin/sh
2
3
V=`bzr version-info --custom --template={revno}`
4
rm -f zoeplat-$V.love
5
bzr ls -RV |zip -@ zoeplat-$V.love