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

Snapshots | iceberg

Inside this repository

curly.sh
text/x-sh

Download raw (237 bytes)

#! /usr/bin/bash
for i in $(seq 1 40);
do
 curl http://osp.constantvzw.org:9999/p/balsa2014-2015-flyers/export/txt > madeleines.html
  curl http://osp.constantvzw.org:9999/p/balsa2014-css/export/txt > typography2.less

 sleep 15
done