diff options
Diffstat (limited to 'raspberry/temp.sh')
-rwxr-xr-x | raspberry/temp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/^/ /'" |