2
0
mirror of https://github.com/alexanderepstein/Bash-Snippets synced 2018-11-08 02:59:35 +01:00

This change allows to call wttr.in/Moon

This commit is contained in:
Alex Epstein 2017-06-28 14:53:32 -04:00
parent 5f279a63a6
commit 23b6f98c7d

View File

@ -20,7 +20,7 @@ getIPWeather()
getLocationWeather() getLocationWeather()
{ {
curl $locale.wttr.in/$1,$2,$3,$4 curl $locale.wttr.in/$1+$2+$3+$4
} }
checkInternet() checkInternet()