forked from x/ContextOS
opt some
This commit is contained in:
parent
eb34b9afcc
commit
e97619a0aa
13
src/service.go
Normal file
13
src/service.go
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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:]...)...))
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user