Skip to content

Instantly share code, notes, and snippets.

@danmilleruk
Created June 6, 2012 16:08
Show Gist options
  • Save danmilleruk/2882959 to your computer and use it in GitHub Desktop.
Save danmilleruk/2882959 to your computer and use it in GitHub Desktop.
Dayz Mission Download Loop
#!/usr/local/bin/bash
for i in {631..731}
do
echo Downloading Map $i
wget -q "http://www.silentspy.net/utility/dayz/mission-generator/loop/dayz_$i.Chernarus.pbo"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment