small pixel drawing of a pufferfish lilp

contrib/example-config

1 2 3 4 5 6 7 8 9 10 11
process "lil-shell-example"
  clone "https://git.j3s.sh/whatever"
  ref "main"
  run "echo hi mom && sleep 1"
  run "whatever"

process "docker-example"
  clone "https://git.j3s.sh/dockerstuff"
  ref "master"
  run "docker build ."
  run "docker run ."