diff options
author | Ray Patrick <ray@raypatrick.xyz> | 2023-10-28 13:03:28 -0600 |
---|---|---|
committer | Ray Patrick <ray@raypatrick.xyz> | 2023-10-28 13:03:28 -0600 |
commit | 24edbde99232b0b7d4a6d8e03e61845d7d044d56 (patch) | |
tree | 479a5baf17af5ad05bdec39a2190942c6e1cb0b3 | |
parent | 6126e0742ed85f43aac49e8597995032c5e0b13b (diff) |
-rwxr-xr-x | bin/sat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ #!/bin/sh -baseurl="https://aviationweather.gov/data/obs/sat/us" +#baseurl="https://aviationweather.gov/data/obs/sat/us" +baseurl="https://aviationweather-bldr.ncep.noaa.gov/data/obs/sat/us/" viewurl() { mpv --no-osc --loop-file=inf $1 > /dev/null 2>&1 & exit |