topical media & game development

talk show tell print

#zip-book.sh / sh



  #!/bin/sh
  zip x help-flex.*
  zip x *code-actionscript* 
  zip x *lookat-actionscript* 
  zip x *tutorial-actionscript* 
  extent="jpg png gif svg ttf xml txt css"; 
  for i in extent; do
  zip x actionscript-book-*.i
  done;
  kind="A C D F H I N P R S T V W"
  for i in kind; do
  for x in html [am]x t txt js swf;  do
          zip x *actionscript-book-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.