1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Committing individual examples instead of one .zip

This commit is contained in:
David A. Mellis
2006-04-26 11:09:43 +00:00
parent 9dbfe53224
commit 260c5d5ee1
39 changed files with 2057 additions and 16 deletions

View File

@ -73,14 +73,15 @@ else
#cp dist/core/makefile.win work/core/Makefile
cp -r ../../targets work/lib/
# take care of the examples
mkdir work/examples
cd work/examples
cp ../../../shared/dist/examples.zip .
echo Extracting examples ...
unzip -q -d . examples.zip
rm -f examples.zip
cd ../..
# take care of the examples
cp -r ../shared/dist/examples work/
#mkdir work/examples
#cd work/examples
#cp ../../../shared/dist/examples.zip .
#echo Extracting examples ...
#unzip -q -d . examples.zip
#rm -f examples.zip
#cd ../..
# chmod +x the crew
find work -name "*.dll" -exec chmod +x {} ';'