Skip to content

Commit

Permalink
guess there are 2000 notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeredinger committed Apr 9, 2012
1 parent a806f0e commit ddc2168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks.sh
@@ -1,5 +1,5 @@
#!/bin/bash
for i in {1..1000} ; do
for i in {1..2000} ; do
notebook_number=`printf "%04d" "$i"`
curl -s "http://barnbynotes.com/open-notebooks/$i" > "notebook_$notebook_number.html"
done
Expand Down

0 comments on commit ddc2168

Please sign in to comment.