Skip to content

Instantly share code, notes, and snippets.

@roktas
Forked from ecylmz/indir
Created November 26, 2011 12:33
Show Gist options
  • Save roktas/1395584 to your computer and use it in GitHub Desktop.
Save roktas/1395584 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