topical media & game development

talk show tell print

#zip-game.sh / sh



  #!/bin/sh
  zip x help-flex.*
  zip x *code-game*
  zip x *game*-h.*
  for k in txt c h js gif jsp aspx css sql; do
  zip x '*'game'*'.k;
  zip x *server*.k;
  done;
  kind="xna flex"
  for i in kind; do
  for x in html php cs [am]x;   do
          echo zip x '*'server-i'*'.x;
          zip x *server-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.