diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 20:38:10 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 20:38:10 +0800 |
| commit | f293193d73fd351c94ded0bdc29b5e41f0e5ca70 (patch) | |
| tree | 4e59b1ca77824ce88533d96fc21a66e8d6e208c6 /bin/log | |
| parent | 22f78b6b3cab92eab5298ef6b6b61ee777e5d521 (diff) | |
Update
Diffstat (limited to 'bin/log')
| -rwxr-xr-x | bin/log/diary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/log/diary b/bin/log/diary index d9cbe83..660b747 100755 --- a/bin/log/diary +++ b/bin/log/diary | |||
| @@ -18,7 +18,7 @@ specify_date() { | |||
| 18 | done | 18 | done |
| 19 | 19 | ||
| 20 | FILE=~/log/diary/`date -d $YEAR-$MONTH-$DAY +%y.w%W.md` | 20 | FILE=~/log/diary/`date -d $YEAR-$MONTH-$DAY +%y.w%W.md` |
| 21 | $EDITOR -c 'Goyo' $FILE | 21 | $EDITOR $FILE |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | print_today() { | 24 | print_today() { |