First Commit
This commit is contained in:
8
Laptop/monitor
Executable file
8
Laptop/monitor
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while [ 1=1 ]
|
||||
do
|
||||
clear
|
||||
sensors
|
||||
sleep 1
|
||||
done
|
Reference in New Issue
Block a user