We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb6120 commit 510559fCopy full SHA for 510559f
build/fetch.sh
@@ -1,3 +1,4 @@
1
+curl http://arduino.berlios.de/index.php/Main/Howto -o howto.html
2
curl http://arduino.berlios.de/index.php/Reference/HomePage -o index.html
3
curl http://arduino.berlios.de/pub/skins/arduino/arduino.css -o arduino.css
4
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