One-KVM/testenv/fakes/vcgencmd
2020-07-09 05:13:03 +03:00

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