summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/greptemp.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/greptemp.sh b/.local/bin/greptemp.sh
deleted file mode 100755
index ab397dc..0000000
--- a/.local/bin/greptemp.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/local/bin/dash
-
-while true; do
- sysctl dev.cpu | grep temperature
- sleep 3
-done