diff --git a/notebooks.sh b/notebooks.sh index 2a98060..7222846 100755 --- a/notebooks.sh +++ b/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