From 73909187df8ad31c630e8f753c19fd2a00f19533 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 3 Oct 2021 16:54:22 +0300 Subject: feat(rpi): add services and packages to dashboard --- raspberry/.local/bin/temp.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 raspberry/.local/bin/temp.sh (limited to 'raspberry/.local/bin/temp.sh') diff --git a/raspberry/.local/bin/temp.sh b/raspberry/.local/bin/temp.sh new file mode 100755 index 0000000..2c60aa2 --- /dev/null +++ b/raspberry/.local/bin/temp.sh @@ -0,0 +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/bin/cowsay -f ghostbusters -n | sed 's/^/ /'" -- cgit v1.2.3