summaryrefslogtreecommitdiffstats
path: root/bin/hush/update-weather
blob: 810522309bf63d0037b154b2f7c98d3318ad6813 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -eu
set -o pipefail

weather > ~/.cache/weather.new
mv ~/.cache/weather.new ~/.cache/weather