Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created November 23, 2011 21:01
Show Gist options
  • Save ecylmz/1389903 to your computer and use it in GitHub Desktop.
Save ecylmz/1389903 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir yay_yesevi; cd yay_yesevi
echo "indiriyorum, bekle..."
for i in {4..483}
do
wget http://yayinlar.yesevi.edu.tr/files/article/$i.pdf >/dev/null 2>&1
done
echo "işim bitti..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment