grim/convey

b412c2b5fc64
move metaplans/MetaPlan to the runtime package
package script
import (
"keep.imfreedom.org/grim/convey/runtime"
)
var (
Tasks = map[string]runtime.Task{
"script/shell": &Shell{},
}
)