mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-07 21:30:39 +02:00
8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import "github.com/Gu1llaum-3/sshm/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|