diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-16 13:16:30 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-16 13:16:30 +0200 |
commit | 06f0189845b205f2bc638d0015142e10f05a8a71 (patch) | |
tree | 3253a7c014a9c75f9fbdd3d974336f1aae793131 /.local/bin/status/sb-temp | |
parent | sbupdate (diff) | |
download | dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.gz dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.bz2 dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.xz dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.tar.zst dotfiles-bsd-06f0189845b205f2bc638d0015142e10f05a8a71.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-temp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/status/sb-temp b/.local/bin/status/sb-temp new file mode 100755 index 0000000..1d71bb0 --- /dev/null +++ b/.local/bin/status/sb-temp @@ -0,0 +1,3 @@ +#!/bin/sh + +echo -n "" $(sysctl -n dev.cpu.0.temperature | cut -d '.' -f1)"°C" |