This commit is contained in:
2026-03-12 15:01:48 +08:00
commit f27996dde0
20 changed files with 5450 additions and 0 deletions

View 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"
}
]