From 300f51a599256cb3bf7672d94589ed8c0d603dcd Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Wed, 22 Apr 2020 20:00:49 +0000 Subject: [PATCH] added Fahrenheit to thermal. --- thermal.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/thermal.sh b/thermal.sh index 890c5cd..f4b0027 100755 --- a/thermal.sh +++ b/thermal.sh @@ -1,11 +1,14 @@ #!/bin/bash name=$( "0" )); then - exit `echo "$temp >= $1" | bc` + exit `echo "$c >= $1" | bc` fi