aboutsummaryrefslogtreecommitdiff
path: root/raspberry/temp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'raspberry/temp.sh')
-rwxr-xr-xraspberry/temp.sh2
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/^/ /'"