Mercurial > public > sg101
annotate gpp/templates/downloads/commands/wget_cat.html @ 565:6a265b5768ca
For bitbucket issue #5, rework the duplicate email checking in the registration
form logic. Added tests for registration.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 04 Mar 2012 13:20:40 -0600 |
parents | 311c926dd218 |
children |
rev | line source |
---|---|
bgneal@527 | 1 #!/bin/bash |
bgneal@527 | 2 |
bgneal@527 | 3 {% for dl in downloads %} |
bgneal@528 | 4 wget -O {{ dl.dest_filename }} http://{{ domain }}{{ MEDIA_URL }}{{ dl.file.name|urlencode }} |
bgneal@527 | 5 {% endfor %} |