#!/bin/sh while true; do curl https://pad.xpub.nl/p/special_issue_8_jargoncss/export/txt > style.pdf.css curl https://pad.xpub.nl/p/special_issue_8_jargonhtml/export/txt > content.md pandoc --from markdown --to html content.md --output content.html sleep 5 done;