1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 09:14:06 +08:00
This commit is contained in:
shylinux 2019-08-21 17:34:57 +08:00
parent 60b3c67526
commit e697d60d78
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ var version = struct {
host string host string
self int self int
}{ }{
"2019-08-13 20:02:55", "ZYB-20190522USI", 400, "2019-08-21 17:28:16", "com", 370,
} }

View File

@ -555,7 +555,7 @@ var Index = &ctx.Context{Name: "nfs", Help: "存储中心",
"trash": "var/tmp/trash", "trash": "var/tmp/trash",
}, Help: "目录管理"}, }, Help: "目录管理"},
"pwd": &ctx.Config{Name: "pwd", Value: []interface{}{ "pwd": &ctx.Config{Name: "pwd", Value: []interface{}{
"var", "usr", "bin", "etc", "", "var", "usr", "usr/local", "bin", "etc", "",
}, Help: "当前目录"}, }, Help: "当前目录"},
}, },
Commands: map[string]*ctx.Command{ Commands: map[string]*ctx.Command{