#!/bin/bash wttr_cache="${HOME}/.cache/wttr.json" jq -r '.current_condition[0].weatherDesc[0].value' ${wttr_cache}