This commit is contained in:
zj
2025-12-17 01:30:41 +08:00
parent 83e7608aec
commit a768ff575d
20 changed files with 954 additions and 15 deletions

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

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