mofeng-git d5a0b1a8b3 初步整合:
1. python 内置服务器
2. 将配置文件统一目录
2025-01-01 14:26:22 +00:00

14 lines
212 B
Bash
Executable File

#!/bin/bash
echo $ATX
case $ATX in
GPIO)
sudo /etc/kvmd/custom_atx/gpio.sh $1
;;
USBRELAY_HID)
sudo /etc/kvmd/custom_atx/usbrelay_hid.sh $1
;;
*)
echo "No thing."
exit -1
esac