wttr.in/share/bash-function.txt

6 lines
119 B
Text
Raw Normal View History

2017-03-06 07:13:46 +00:00
wttr()
{
# change Paris to your default location
curl -H "Accept-Language: ${LANG%_*}" wttr.in/"${1:-Paris}"
}