aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-06 23:12:47 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-06 23:12:47 +0800
commit6eb996c031841182eedf6e3dc25a343906ae55a8 (patch)
tree62d6c23c9bbc26fbe288dc28424ce3821aebbb87 /bin/task
parente78991f3d49aa26675d70b6188cd4a23ef231cc9 (diff)
Update
Diffstat (limited to 'bin/task')
-rwxr-xr-xbin/task/context (renamed from bin/task/context_spend_time.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context_spend_time.sh b/bin/task/context
index 8da42c7..d81573b 100755
--- a/bin/task/context_spend_time.sh
+++ b/bin/task/context
@@ -26,6 +26,6 @@ else
26 # Print times for each context 26 # Print times for each context
27 while read -r ctx sec; do 27 while read -r ctx sec; do
28 echo -ne "$ctx\t" 28 echo -ne "$ctx\t"
29 date -u -d @"$sec" +%H:%M:%S 29 date -u -d @"$sec" +%H:%M
30 done <$LOG_FILE 30 done <$LOG_FILE
31fi 31fi