]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/sys/linux/pk4/packup.sh
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / sys / linux / pk4 / packup.sh
1 #!/bin/sh
2 rm $1
3 flip -u $2
4 mkdir -p `dirname $1`
5 cd /var/local/Doom/base
6 cat $2 | while read i ; do find . -ipath "./$i" ; done | cut -b 3- | tee /home/timo/cased.log | zip $1 -@
7