grim/convey

Fix issues codespell found
redux
2021-12-20, Gary Kramlich
1c24cc3b756f
Fix issues codespell found
package script
import (
"keep.imfreedom.org/grim/convey/tasks"
)
var (
Tasks = map[string]tasks.Task{
"script/shell": &Shell{},
}
)