Skip to content

Instantly share code, notes, and snippets.

@DennisRippinger
Created October 10, 2013 19:05
Show Gist options
  • Save DennisRippinger/6923716 to your computer and use it in GitHub Desktop.
Save DennisRippinger/6923716 to your computer and use it in GitHub Desktop.
The Formulas of the DFG change from time to time, unfortunately without a changelog. To properly do a pdf diff, run this script when you start working for your proposal and when you discover a change.
wget -e robots=off -A.pdf -r -l1 http://www.dfg.de/foerderung/programme/koordinierte_programme/graduiertenkollegs/formulare_merkblaetter/
mkdir DFG_PDFs-`date +%m.%d.%Y`
find . -name "*.pdf" -type f -exec cp {} ./DFG_PDFs-`date +%m.%d.%Y`/ \;
rm -R www.dfg.de/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment