newsletter
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 (123 bytes)

#! /usr/bin/bash
while true;
do
 curl http://osp.kitchen:9999/p/newsletter-template/export/txt > index.html
 sleep 15
done