1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
icebergs/base/ssh/ssh.go
2024-02-09 11:30:20 +08:00

10 lines
221 B
Go

package ssh
import ice "shylinux.com/x/icebergs"
const SSH = "ssh"
var Index = &ice.Context{Name: SSH, Help: "终端模块"}
func init() { ice.Index.Register(Index, &Frame{}, SOURCE, RETURN, TARGET, PROMPT, PRINTF) }