Mercurial > public > sg101
view gpp/templates/downloads/commands/wget_cat.html @ 568:7cec8d6f9581
For bitbucket issue #7, provide a bar graph indication of inbox and outbox
usage.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 10 Mar 2012 15:24:46 -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 %}