diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-10 21:59:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-10 21:59:16 +0100 |
commit | caa4636aa2cee263214cd9c4d0af32104743465a (patch) | |
tree | 6f0d72d18dfb38543ec4fdd2cc9a4b711c739ba9 /helpers | |
parent | 75c7bd325f0e7b5579e8cc380ee2034c1869b607 (diff) |
helpers/info: sync packages while running
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/info | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/info b/helpers/info index b4b3ad3..07e196f 100755 --- a/helpers/info +++ b/helpers/info @@ -4,4 +4,8 @@ [[ -n $commands[todo] ]] && [[ -r ~/var/gtd/waiting ]] && \ todo --database ~/var/gtd/waiting | fgrep "$(cat /tmp/.location)" [[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar + +ct pull +ct push + true |