diff options
-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 | ||