variable-publication
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

curly.sh
text/x-sh

Download raw (211 bytes)

#! /usr/bin/bash
while true;
do
 curl http://osp.kitchen:9999/p/variable_publication/export/txt > content.html
 curl http://osp.kitchen:9999/p/variable_publication.css/export/txt > styles.less
 sleep 15
done