sshm/main.go
2025-08-31 22:57:23 +02:00

8 lines
64 B
Go

package main
import "sshm/cmd"
func main() {
cmd.Execute()
}