1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-12-24 10:14:34 +08:00
parent 83fc676926
commit 3a67c65dba

View File

@ -1,13 +0,0 @@
package main
import (
"os"
"shylinux.com/x/ice"
_ "shylinux.com/x/icebergs/misc/ssh"
)
func main() {
defer func() { recover() }()
print(ice.Run(append([]string{"ssh.service", "listen"}, os.Args[1:]...)...))
}