One-KVM/testenv/fakes/vcgencmd

5 lines
65 B
Bash
Executable File

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