mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
allow for choosing city for weather
This commit is contained in:
parent
1a5f1deaf3
commit
c9e93f9306
@ -6,7 +6,7 @@ NOW_TIME=$(date +%s)
|
|||||||
TIME_PASSED=$((NOW_TIME-CACHE_TIME))
|
TIME_PASSED=$((NOW_TIME-CACHE_TIME))
|
||||||
if [[ "$TIME_PASSED" -gt "1200" ]]
|
if [[ "$TIME_PASSED" -gt "1200" ]]
|
||||||
then
|
then
|
||||||
curl -m 2 -s wttr.in/\?format\="%c%t" > $CACHE_FILE
|
curl -m 2 -s wttr.in/$WEATHER_CITY\?format\="%c%t" > $CACHE_FILE
|
||||||
fi
|
fi
|
||||||
cat $CACHE_FILE
|
cat $CACHE_FILE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user