We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a349591 commit 18f5288Copy full SHA for 18f5288
scripts/weather_wrapper.sh
@@ -16,7 +16,7 @@ INTERVAL=1200
16
# show location, either "true" (default) or "false"
17
# optional fixed location to query data about, e.g. "Houston, Texas"
18
function main() {
19
- local _show_fahrenheit _show_location _location _current_dir _time_last
+ local _show_fahrenheit _show_location _location _current_dir _last _now
20
_show_fahrenheit="$1"
21
_show_location="$2"
22
_location="$3"
0 commit comments