aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/weath
blob: d644bfb2252f4c4e436bc6a6ed00413ae5c85082 (plain)
1
2
3
4
5
6
7
#!/bin/sh

location="Saint Petersburg"

[ -n "$1" ] && location=$1

curl wttr.in/"$location"