topical media & game development

talk show tell print

#zip-explorer.sh / sh



  #!/bin/sh
  zip x *code-explorer* *example-flex* *code-flex*
  zip x @xml*explorer* @css*explorer*
  zip x *explorer*xml 
  for i in mxml controls containers printing effects formatter validators states ; do
          zip x *explorer-i*.html;
          zip x *explorer-i*.mx;
          zip x *explorer-i*.t;
          zip x *explorer-i*.swf;
  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.