diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-27 07:22:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-27 07:22:45 +0800 |
commit | 57c66c18caf4ceeda9c0b3907e792ed5a4d8a84f (patch) | |
tree | bd14af426dc81f72d7c8cf5cdf9e9260ec19a680 /tools/wiki | |
parent | 7184fb6ed0ed6b75f836450507b49290de7bdfdd (diff) |
Update
Diffstat (limited to 'tools/wiki')
-rwxr-xr-x | tools/wiki/diary | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/wiki/diary b/tools/wiki/diary index c82f040..e783f41 100755 --- a/tools/wiki/diary +++ b/tools/wiki/diary | |||
@@ -24,9 +24,7 @@ print_today() { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | add_entry() { | 26 | add_entry() { |
27 | set -x | ||
28 | echo - "$@" >>~/vimwiki/diary/$(date --iso-8601).md | 27 | echo - "$@" >>~/vimwiki/diary/$(date --iso-8601).md |
29 | set +x | ||
30 | } | 28 | } |
31 | 29 | ||
32 | case "$1" in | 30 | case "$1" in |