shumengya mail@smyhub.com
This commit is contained in:
22
mengyaconnect-backend/data/command/command.json
Normal file
22
mengyaconnect-backend/data/command/command.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"alias": "安全关机",
|
||||
"command": "shutdown -h now"
|
||||
},
|
||||
{
|
||||
"alias": "定时十分钟后关机",
|
||||
"command": "shutdown -h 10"
|
||||
},
|
||||
{
|
||||
"alias": "重启",
|
||||
"command": "reboot"
|
||||
},
|
||||
{
|
||||
"alias": "输出当前目录",
|
||||
"command": "pwd"
|
||||
},
|
||||
{
|
||||
"alias": "列出当前目录文件",
|
||||
"command": "ls -al"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user