aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/wiki/diary
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wiki/diary')
-rwxr-xr-xtools/wiki/diary1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wiki/diary b/tools/wiki/diary
index 84d4eca..b30e906 100755
--- a/tools/wiki/diary
+++ b/tools/wiki/diary
@@ -22,6 +22,7 @@ specify_date() {
22} 22}
23 23
24print_today() { 24print_today() {
25 [[ ! -e $today ]] && touch $today
25 cat $today 26 cat $today
26} 27}
27 28