#!/bin/sh while true; do sleep 5; curl https://pad.xpub.nl/p/publication11_HTML/export/txt > index.html; done