Moved the PCx86 examples from /docs to /apps

This commit is contained in:
Jeff Parsons 2017-09-18 19:47:58 -07:00 committed by Jeff Parsons
commit 24c073a98e
28 changed files with 40 additions and 34 deletions

View file

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