summaryrefslogtreecommitdiff
path: root/testenv/fakes/vcgencmd
blob: 3985bc1f0cb42a1696e2fb097a00d26dbbc29a11 (plain)
1
2
3
4
#!/bin/sh
case $1 in
	get_throttled) echo "throttled=0x0";;
esac