topical media & game development
#zip-student-game.sh / sh
#!/bin/sh
base=student
kind=game
zip material.*
zip help-flex.*
zip code-base.*
for k in txt; do
echo zip x '*'k;
zip x *k;
done;
ext="css mx ax"
for i in ext; do
echo zip x base-i-'*'.x;
echo zip x @*-base-i-'*'.x;
done
done
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.