1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00
github.com-nboughton-dotfiles/waybar/modules/weather.sh
2020-12-05 16:34:14 +00:00

4 lines
65 B
Bash
Executable File

#!/bin/bash
report=$(curl wttr.in/?format="%C,+%t")
echo $report