Browse Source

init

master
Josh Fabean 3 years ago
commit
b947e278f2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ryzen-cpu-temp

+ 5
- 0
ryzen-cpu-temp View File

@ -0,0 +1,5 @@
#! /bin/bash
OUTPUT="$(sensors k10temp-pci-00c3 -j | jq '.["k10temp-pci-00c3"].Tdie.temp1_input')"
echo "${OUTPUT}"

Loading…
Cancel
Save