No images in this repository’s iceberg at this time
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