topical media & game development

talk show tell print

#zip-alt-bot.sh / sh



  #!/bin/sh
  base=alt
  kind=bot
  zip x *code-base*
  zip x code.html
  for k in php txt; do
  echo zip x '*'base-kind'*'.k;
  zip x *base-kind*.k;
  done;
  ext="html php"
  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.