grim/convey

bd445f33e472
Move the map of runtime.Task's to the Runtime instance
package script
import (
"keep.imfreedom.org/grim/convey/runtime"
)
var (
Tasks = map[string]runtime.Task{
"script/shell": &Shell{},
}
)