portrait-of-a-community
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

live.sh~
text/x-shellscript

Download raw (209 bytes)

#!/bin/bash
while true;
do
    curl https://beta.etherpad.org/p/beyond-the-next-decade/export/txt > test.dot
    dot -Tpng test.dot -O
    cp test.dot.png historique/test.dot.$(date +%s).png
    sleep 5
done