first commit

This commit is contained in:
2025-08-31 22:57:23 +02:00
commit fad2585d5e
19 changed files with 2783 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "sshm/cmd"
func main() {
cmd.Execute()
}