mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Now including the FAQ (but no images) in the reference.
This commit is contained in:
parent
650c2752c8
commit
2de016c367
@ -8,6 +8,7 @@
|
|||||||
mkdir reference
|
mkdir reference
|
||||||
cd reference
|
cd reference
|
||||||
curl http://www.arduino.cc/en/Main/Howto -o howto.html
|
curl http://www.arduino.cc/en/Main/Howto -o howto.html
|
||||||
|
curl http://www.arduino.cc/en/Main/FAQ -o FAQ.html
|
||||||
curl http://www.arduino.cc/en/Reference/HomePage -o index.html
|
curl http://www.arduino.cc/en/Reference/HomePage -o index.html
|
||||||
curl http://www.arduino.cc/en/pub/skins/arduino/arduino.css -o arduino.css
|
curl http://www.arduino.cc/en/pub/skins/arduino/arduino.css -o arduino.css
|
||||||
for i in `grep -o "http://www.arduino.cc/en/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://www.arduino.cc/en/Reference/$i -o $i.html; done
|
for i in `grep -o "http://www.arduino.cc/en/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://www.arduino.cc/en/Reference/$i -o $i.html; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user