mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Now grabbing howto with fetch.sh.
This commit is contained in:
parent
ddb6120299
commit
510559f233
@ -1,3 +1,4 @@
|
||||
curl http://arduino.berlios.de/index.php/Main/Howto -o howto.html
|
||||
curl http://arduino.berlios.de/index.php/Reference/HomePage -o index.html
|
||||
curl http://arduino.berlios.de/pub/skins/arduino/arduino.css -o arduino.css
|
||||
for i in `grep -o "http://arduino.berlios.de/index.php/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://arduino.berlios.de/index.php/Reference/$i -o $i.html; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user