Mercurial > public > sg101
view gpp/templates/downloads/commands/wget_cat.html @ 558:9a68fd3bd8a5
Creating a simple banner / ad campaign application, initially as a RFB / SG101
tie-in.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 02 Feb 2012 18:56:48 -0600 |
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 %}