/ bin / ,weather
,weather
1  #!/bin/bash
2  set -euo pipefail
3  IFS=$'\n\t'
4  
5  LOCATION=${1:-}
6  
7  xh -b https://wttr.in/"${LOCATION}"