all repos — lilp @ main

incoherent ramblings about process management

example-config

 1
 2
 3
 4
 5
process "lil-shell-example"
  run "echo hi mom"
  run "sleep 2"
  run "sleep 4"
  run "sleep 3"