balsamine.2014-2015
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

curly.sh
text/x-sh

Download raw (149 bytes)

#! /usr/bin/bash
for i in $(seq 1 40);
do
 curl http://osp.constantvzw.org:9999/p/balsa2014-2015-content/export/txt > content.html
 sleep 15
done