mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +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
|