package main

import (
	"docker4ssh/cmd"
)

func main() {
	cmd.Execute()
}