Delete sys_temp

This commit is contained in:
Vlad Doster 2020-05-09 19:13:52 -05:00 committed by GitHub
parent c690f6a7ae
commit 418e0f990e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +0,0 @@
#!/usr/bin/env sh
sensors -f | awk '/Core / { gsub(/+|°|C/,""); {sum+=$3; n++} print sum/n; }' | tail -1