diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 14:28:23 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 14:28:23 +0100 |
commit | 2b25b84d49d229c4786f7828347904c5fdf1d092 (patch) | |
tree | 2060854b982fe243a763b8c99e24ab78c14468a2 /dayplan.ksh | |
parent | 3e3664b0ba1fab9ab2eed2796975d9edaafb1a32 (diff) |
added a space
Diffstat (limited to 'dayplan.ksh')
-rwxr-xr-x | dayplan.ksh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dayplan.ksh b/dayplan.ksh index eaf6135..72fc20f 100755 --- a/dayplan.ksh +++ b/dayplan.ksh @@ -30,7 +30,8 @@ Goal for Today: [replace this with your goal] 13:00 - 14:00 - 14:00 - 15:00 - 15:00 - 16:00 - -16:00 - 17:00 - " +16:00 - 17:00 - +" } > "$TODAY_PLANNER" vim "$TODAY_PLANNER" fi |