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

location="Saint-Petersburg"

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

curl "wttr.in/$location"