mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +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
|
||||
cd reference
|
||||
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/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user