diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-06 23:15:39 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-06 23:15:39 +0800 |
commit | 60aed38af17d3aac8eb40b61fdb87c6a0b12faa1 (patch) | |
tree | 747f5358df567f0f5f50798921dcf9036a6d97e2 /bin/task/context | |
parent | ac872b24e5b7886f762953af6fee7210fb9c6bb5 (diff) |
Update
Diffstat (limited to 'bin/task/context')
-rwxr-xr-x | bin/task/context | 2 |
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 | ||
3 | LOG_FILE=~/log/context && touch $LOG_FILE | 3 | LOG_FILE=~/log/.context && touch $LOG_FILE |
4 | context="$(cat ~/.task/context)" | 4 | context="$(cat ~/.task/context)" |
5 | count="$1" | 5 | count="$1" |
6 | 6 | ||