Prepare for 2.4.3 release
[weather.git] / zlist
1 # Copyright (c) 2006-2023 Jeremy Stanley <fungi@yuggoth.org>. Permission to
2 # use, copy, modify, and distribute this software is granted under terms
3 # provided in the LICENSE file distributed with this software.
4 #
5 # generated on 2023-02-09 by running:
6 #
7 # for area in $(
8 #  wget -qO- https://tgftp.nws.noaa.gov/data/forecasts/zone/ \
9 #  | grep '<a href="[^/]*/">' \
10 #  | sed 's,.*<a href="\([^/]*\)/">.*,\1,'
11 # ) ; do
12 #  wget -qO- https://tgftp.nws.noaa.gov/data/forecasts/zone/$area \
13 #  | grep '<a href="[^\.]*\.txt">.*-'$( date +%b-%Y )' ' \
14 #  | sed 's,.*<a href="\([^\.]*\)\.txt">.*,\1,'
15 #  sleep 1
16 # done
17