mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
10 lines
221 B
Go
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) }
|