aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/wiki/diary2
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
26add_entry() { 26add_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
32case "$1" in 30case "$1" in