topical media & game development

talk show tell print

#zip-server.sh / sh



  #!/bin/sh
  zip -r x proxy server-proxy-read.php server-proxy-class.php
  zip x proxy.zip
  zip x help-flex.*
  zip x *code-server*
  zip x *server*-h.*
  for k in txt c h js gif jsp aspx css sql; do
  zip x '*'server'*'.k;
  zip x *server*.k;
  done;
  kind="client sqlite proxy webapi php sql socket"
  for i in kind; do
  for x in html php;   do
          echo zip x '*'server-i'*'.x;
          zip x *server-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.