aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/context
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task/context')
-rwxr-xr-xbin/task/context1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/task/context b/bin/task/context
index 292eb00..83d1290 100755
--- a/bin/task/context
+++ b/bin/task/context
@@ -141,6 +141,7 @@ _print_spend_time() {
141 141
142if [ -n "$1" ]; then 142if [ -n "$1" ]; then
143 _update_spend_time 143 _update_spend_time
144 { date; echo update with arg "$1"; } >>/tmp/context
144else 145else
145 _print_spend_time 146 _print_spend_time
146fi 147fi