* added list and exec commands

This commit is contained in:
Denys Seredenko
2025-01-12 11:38:01 +01:00
commit b8f7766de8
6 changed files with 200 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"git.denysoft.de/CubeBit/ssh-hub/cmd"
)
func main() {
cmd.Execute()
}