commit b947e278f2ea09349c5bb06f67aaf9113a50f8d4 Author: Josh Fabean Date: Sun Jun 21 19:55:17 2020 -0500 init diff --git a/ryzen-cpu-temp b/ryzen-cpu-temp new file mode 100755 index 0000000..b118958 --- /dev/null +++ b/ryzen-cpu-temp @@ -0,0 +1,5 @@ +#! /bin/bash + +OUTPUT="$(sensors k10temp-pci-00c3 -j | jq '.["k10temp-pci-00c3"].Tdie.temp1_input')" + +echo "${OUTPUT}"