Moved the PCx86 examples from /docs to /apps
This commit is contained in:
parent
6286f562aa
commit
6818927e59
29 changed files with 41 additions and 34 deletions
4
apps/pcx86/examples/zip.sh
Executable file
4
apps/pcx86/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