From 90b9522b15a692532d9b3f28acc417670144e3fa Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 21 Sep 2021 10:56:14 +0300 Subject: feat(rpi): separate display and master sessions --- raspberry/temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raspberry/temp.sh') diff --git a/raspberry/temp.sh b/raspberry/temp.sh index d5a928d..2c60aa2 100755 --- a/raspberry/temp.sh +++ b/raspberry/temp.sh @@ -1,4 +1,4 @@ #!/bin/sh # Show CPU temperature in a cool way. Requires superuser permissions. -watch -n 2 --no-title "/opt/vc/bin/vcgencmd measure_temp | sed 's/temp=//' | figlet -W | /usr/games/cowsay -f ghostbusters -n | sed 's/^/ /'" +watch -n 2 --no-title "/opt/vc/bin/vcgencmd measure_temp | sed 's/temp=//' | figlet -W | /usr/bin/cowsay -f ghostbusters -n | sed 's/^/ /'" -- cgit v1.2.3