This commit is contained in:
zj
2025-12-15 05:13:28 +08:00
parent cb7353af68
commit 83e7608aec
18 changed files with 2297 additions and 0 deletions

12
tms-bbt-conifg/hostname Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# 系统信息函数
if [ $# -eq 0 ]; then
hostnamectl --static
else
command hostnamectl "$@"
fi