all repos — lilp @ 79fcbd8da1c42cb1b55e80eaf0d4386bd5d1e805

incoherent ramblings about process management

main.go

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
package main

type Config struct {
	Processes []Process
}

type Process struct {
	RunCmds = []string
	Clone = string
	Ref = string
}