aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-06 23:15:39 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-06 23:15:39 +0800
commit60aed38af17d3aac8eb40b61fdb87c6a0b12faa1 (patch)
tree747f5358df567f0f5f50798921dcf9036a6d97e2
parentac872b24e5b7886f762953af6fee7210fb9c6bb5 (diff)
Update
-rwxr-xr-xbin/task/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context
index d81573b..76e1984 100755
--- a/bin/task/context
+++ b/bin/task/context
@@ -1,6 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2 2
3LOG_FILE=~/log/context && touch $LOG_FILE 3LOG_FILE=~/log/.context && touch $LOG_FILE
4context="$(cat ~/.task/context)" 4context="$(cat ~/.task/context)"
5count="$1" 5count="$1"
6 6