From 054955db38bb571c294b5d86c78639e3b1091031 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 15:45:02 +0200 Subject: Added scripts --- .local/bin/greptemp.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/greptemp.sh (limited to '.local/bin/greptemp.sh') diff --git a/.local/bin/greptemp.sh b/.local/bin/greptemp.sh new file mode 100755 index 0000000..ab397dc --- /dev/null +++ b/.local/bin/greptemp.sh @@ -0,0 +1,6 @@ +#!/usr/local/bin/dash + +while true; do + sysctl dev.cpu | grep temperature + sleep 3 +done -- cgit v1.2.3