aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/context
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task/context')
-rwxr-xr-xbin/task/context3
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
10LOG_FILE=~/log/.context && touch $LOG_FILE 10LOG_FILE=~/.context && touch $LOG_FILE
11PLAN_FILE=~/log/plan.context.md 11PLAN_FILE=~/log/plan.context.md
12PROC=$$ 12PROC=$$
13trap 'exit 1' SIGUSR1 13trap 'exit 1' SIGUSR1
14trap 'rsync_retry $0' EXIT
14 15
15context="$(cat ~/.task/context)" 16context="$(cat ~/.task/context)"
16[[ "$*" =~ '-s' ]] && SET=true && shift 17[[ "$*" =~ '-s' ]] && SET=true && shift