diff options
Diffstat (limited to 'raspberry/temp.sh')
-rwxr-xr-x | raspberry/temp.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/raspberry/temp.sh b/raspberry/temp.sh deleted file mode 100755 index 2c60aa2..0000000 --- a/raspberry/temp.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/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/bin/cowsay -f ghostbusters -n | sed 's/^/ /'" |