[pitboss/grind] deferred session-0015 (20260520T233019Z-6958)

This commit is contained in:
pitboss 2026-05-21 08:54:08 -05:00
parent ba0f83a855
commit 1e122b615e
5 changed files with 128 additions and 19 deletions

View file

@ -9,7 +9,3 @@ func (UserService) Run(input string) string {
out, _ := exec.Command("/bin/echo", input).Output()
return string(out)
}
var NyxReceivers = map[string]interface{}{
"UserService": UserService{},
}