Skip to content

Instantly share code, notes, and snippets.

@andrewheiss
Created March 1, 2010 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewheiss/318787 to your computer and use it in GitHub Desktop.
Save andrewheiss/318787 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in {1..8}; do
echo -e "\nDownloading http://www.studyquran.org/LaneLexicon/Volume$i/V$i.zip"
curl -O http://www.studyquran.org/LaneLexicon/Volume$i/V$i.zip
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment