All pastes #2105290 Raw Edit

Someone

public shellscript v1 · immutable
#2105290 ·published 2012-01-23 08:30 UTC
rendered paste body
#!/bin/bashrm *.pdf 2>/dev/nulldate=$(date +%Y%M%d)for I in {001..099}do	wget -U "Mozilla/2.0 (compatible; MSIE 3.0; Windows 95)" http://epaperdk.emsn.de/img/${date}/dks/${date}_${I}.pdf || breakdoneconvert ${date}_*.pdf dk.pdf