summaryrefslogtreecommitdiff
path: root/testenv/fakes/vcgencmd
blob: 3f4990c624a11113107ddd388bfad43725540cfc (plain)
1
2
3
4
5
#!/bin/sh
case $1 in
	get_throttled) echo "throttled=0x0";;
	measure_temp) echo "temp=35.0'C";;
esac