Files
ssh-hub/main.go
2025-01-12 11:38:01 +01:00

10 lines
96 B
Go

package main
import (
"git.denysoft.de/CubeBit/ssh-hub/cmd"
)
func main() {
cmd.Execute()
}