40c68f5ac898
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 28 Aug 2023 14:36:09 -0400 |
parents | e968fbdda5bf |
children | 40d807495e6e |
branches/tags | (none) |
files | bin/packfor bin/t lisp/weather.lisp |
Changes
--- a/bin/packfor Sat Jul 15 22:06:36 2023 -0400 +++ b/bin/packfor Mon Aug 28 14:36:09 2023 -0400 @@ -2,5 +2,5 @@ set -euo pipefail -cp ~/Dropbox/tasks/pack-archive ~/Dropbox/tasks/pack.txt -nvim ~/Dropbox/tasks/pack.txt +cp ~/Sync/tasks/pack-archive ~/Sync/tasks/pack.txt +nvim ~/Sync/tasks/pack.txt
--- a/bin/t Sat Jul 15 22:06:36 2023 -0400 +++ b/bin/t Mon Aug 28 14:36:09 2023 -0400 @@ -2,4 +2,4 @@ set -euo pipefail -python3 ~/src/t/t.py --task-dir ~/Dropbox/tasks/ --list tasks.txt "$@" +python3 ~/src/t/t.py --task-dir ~/Sync/tasks/ --list tasks.txt "$@"
--- a/lisp/weather.lisp Sat Jul 15 22:06:36 2023 -0400 +++ b/lisp/weather.lisp Mon Aug 28 14:36:09 2023 -0400 @@ -179,7 +179,7 @@ (adopt:print-help-and-exit *ui*) (progn (load-config) - (run (or (first arguments) "14607") + (run (or (first arguments) "48105") :hours (gethash 'hours options)))) (error (e) (adopt:print-error-and-exit e))))))