summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 14:43:11 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 14:43:11 +0200
commitb7eb12c3f82606e63d927760942a88be12d1da1c (patch)
tree4b1d538bbced61cbac601957d1e1dfab9dd7b665 /.local
parentchanged (diff)
downloaddotfiles-bsd-b7eb12c3f82606e63d927760942a88be12d1da1c.tar.gz
dotfiles-bsd-b7eb12c3f82606e63d927760942a88be12d1da1c.tar.bz2
dotfiles-bsd-b7eb12c3f82606e63d927760942a88be12d1da1c.tar.xz
dotfiles-bsd-b7eb12c3f82606e63d927760942a88be12d1da1c.tar.zst
dotfiles-bsd-b7eb12c3f82606e63d927760942a88be12d1da1c.zip
update
Diffstat (limited to '.local')
-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