Update temp.inc.sh

This commit is contained in:
2023-12-14 18:44:15 -06:00
parent bcd79000b3
commit f8b89d0682

View File

@@ -526,12 +526,6 @@ DAILYTEMP(){
[ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && echo
done
}
print_array {
# eval string into a new associative array
eval "declare -A func_assoc_array="${1#*=}
# proof that array was successfully created
declare -p func_assoc_array
}
GET_LACROSSE_INFO(){