aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/context
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-25 09:57:07 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-25 10:12:51 +0800
commit1a01d4022a8d45aca5b7aab191a26a90c085fbe3 (patch)
treed190cc77d4520e5cc754640b4392f717115c13bc /bin/task/context
parentfdf267e18108763bdd149ac103b7588d403940a7 (diff)
Update
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