contrib/example-config
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 ."