diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-21 14:43:11 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-21 14:43:11 +0200 |
commit | b7eb12c3f82606e63d927760942a88be12d1da1c (patch) | |
tree | 4b1d538bbced61cbac601957d1e1dfab9dd7b665 /.local/bin | |
parent | changed (diff) | |
download | dotfiles-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 '')
-rwxr-xr-x | .local/bin/greptemp.sh | 6 |
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 |