balsamine.2017-2018
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

pad2style.sh
text/x-sh

Download raw (133 bytes)

#!/usr/bin/env bash


for((;;));
do
 curl http://osp.kitchen:9999/p/style-balsa-flyer-17-18/export/txt > styles.less
 sleep 2
done