grim/convey

Clean up error handling the script/shell and add some unit tests
package script
import (
"keep.imfreedom.org/grim/convey/tasks"
)
var (
Tasks = map[string]tasks.Task{
"script/shell": &Shell{},
}
)