Added 10 more gists.

This commit is contained in:
Miguel Astor
2023-06-20 22:03:49 -04:00
parent 1400a87eab
commit 22ff5bfa25
19 changed files with 1642 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/bash
while true
do
clear
sensors | grep crit
sleep 2
done