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

5 lines
65 B
Bash
Executable File

#!/bin/sh
case $1 in
get_throttled) echo "throttled=0x0";;
esac