diff options
Diffstat (limited to 'bin/task/context')
-rwxr-xr-x | bin/task/context | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context index c8e3f7a..fd10baf 100755 --- a/bin/task/context +++ b/bin/task/context | |||
@@ -7,10 +7,11 @@ | |||
7 | # | 7 | # |
8 | # TODO support minus time | 8 | # TODO support minus time |
9 | 9 | ||
10 | LOG_FILE=~/log/.context && touch $LOG_FILE | 10 | LOG_FILE=~/.context && touch $LOG_FILE |
11 | PLAN_FILE=~/log/plan.context.md | 11 | PLAN_FILE=~/log/plan.context.md |
12 | PROC=$$ | 12 | PROC=$$ |
13 | trap 'exit 1' SIGUSR1 | 13 | trap 'exit 1' SIGUSR1 |
14 | trap 'rsync_retry $0' EXIT | ||
14 | 15 | ||
15 | context="$(cat ~/.task/context)" | 16 | context="$(cat ~/.task/context)" |
16 | [[ "$*" =~ '-s' ]] && SET=true && shift | 17 | [[ "$*" =~ '-s' ]] && SET=true && shift |