wttr.in/share/bash-function.txt
2017-03-06 08:13:46 +01:00

6 lines
119 B
Plaintext

wttr()
{
# change Paris to your default location
curl -H "Accept-Language: ${LANG%_*}" wttr.in/"${1:-Paris}"
}