mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
case $1 in
|
|
get_throttled) echo "throttled=0x0";;
|
|
measure_temp) echo "temp=35.0'C";;
|
|
esac
|