Self-replication

Here I anticipate how I might share these experimental tools so other's can bootstrap their own wiki experiments.

Download digitalocean-bootstrap.sh as follows:

curl -sS https://begin.wiki.dbbs.co/digitalocean-bootstrapsh.json | \ jq -r '.story[] | select(.type == "code") | .text' > digitalocean-bootstrap.sh

Of course there are other ways to share code; arguably better ways. Nevertheless, I am intrigued by the possibility of applying such tricks to validate the code I would share. That is, to construct a wiki about programing which can execute its own tests.