grim/convey

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