PCjs documentation updates

This commit is contained in:
Jeff Parsons 2016-02-20 13:10:45 -08:00
commit 68929ac77f
29 changed files with 150 additions and 133 deletions

4
docs/pcjs/examples/zip.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
if [ ! -d zips ]; then mkdir zips; fi
zip -q zips/$1 * -x examples*.zip zip.sh
cp zips/$1 examples.zip