PCjs documentation updates
This commit is contained in:
parent
f9ef6c9f1b
commit
68929ac77f
29 changed files with 150 additions and 133 deletions
4
docs/pcjs/examples/zip.sh
Executable file
4
docs/pcjs/examples/zip.sh
Executable 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
|
||||
Loading…
Reference in a new issue