Add an extreme mode just for Winblows VM's

dev
Michael De Roover 2020-08-08 21:31:36 +02:00
parent ca6a19f2c5
commit aa584f3cf7
Signed by: vim
GPG Key ID: 075496E232CE04CB
2 changed files with 5 additions and 0 deletions

3
tpfan
View File

@ -44,6 +44,9 @@ correct(){
high)
export lv=$fast
show "System determined hot." ;;
extreme)
export lv=$max
show "System determined in danger." ;;
esac
if [ -z "$mon" ]
then

View File

@ -5,6 +5,7 @@ cyan="\\033[0;36m"
nc="\\033[0m"
# High and low temperature points
extreme=80
high=60
low=55
@ -20,3 +21,4 @@ arr=($sens)
slow=1
med=2
fast=4
max=7