topical media & game development

talk show tell print

#zip-explore-ximpel.sh / sh



  #!/bin/sh
  for k in txt xml bat swf ccs jgg png; do
  echo zip x '*'ximpel'*'.k;
  zip x *ximpel*.k;
  done;
  zip -r x local/net.zip
  zip -r x style video XML
  type=explore
  kind="ximpel"
  ext="html swf [am]x"
  for i in kind; do
  for x in ext; do
          echo zip x type-i-'*'.x;
          zip x type-i-*.x;
          echo zip x @*-type-i-'*'.x;
          zip x @*-type-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.