Mercurial > public > sg101
view gpp/templates/downloads/commands/wget_cat.html @ 571:c2ba9c3395da
For Django 1.4, add a require_debug_false logging filter.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 May 2012 20:43:16 -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 %}