Skip to content

Commit 510559f

Browse files
committed
Now grabbing howto with fetch.sh.
1 parent ddb6120 commit 510559f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build/fetch.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
curl http://arduino.berlios.de/index.php/Main/Howto -o howto.html
12
curl http://arduino.berlios.de/index.php/Reference/HomePage -o index.html
23
curl http://arduino.berlios.de/pub/skins/arduino/arduino.css -o arduino.css
34
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

0 commit comments

Comments
 (0)