Mercurial > public > sg101
view gpp/templates/downloads/commands/wget_cat.html @ 573:bcc4e8cf841b
For Django 1.4, update to newer versions of cache_page usage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 May 2012 21:00:12 -0500 |
parents | 311c926dd218 |
children |
line wrap: on
line source
#!/bin/bash {% for dl in downloads %} wget -O {{ dl.dest_filename }} http://{{ domain }}{{ MEDIA_URL }}{{ dl.file.name|urlencode }} {% endfor %}