topical media & game development

talk show tell print

#zip-student-map.sh / sh



  #!/bin/sh
  base=student
  kind=map
  zip material.*
  zip help-flex.*
  zip code-base.*
  for k in txt js gif jsp css sql; do
  echo zip x '*'base'*'.k;
  zip x *base*.k;
  done;
  ext="mx jv"
  for i in kind; do
  for x in ext; do
          echo zip x base-i-'*'.x;
          zip x base-i-*.x;
          echo zip x @*-base-i-'*'.x;
          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.