pub / theme-switchers

Switching Themes for various GNU+Linux software
git clone src.jayvii.de/pub/theme-switchers.git
Home | Log | Files | Exports | Refs | README | RSS

get_sun_times.sh (126B)


      1 #!/usr/bin/env bash
      2 
      3 # exit on error
      4 set -euo pipefail
      5 
      6 curl -s 'https://wttr.in?format=%S\n%s' | tee /tmp/sunrise_sunset.txt