diff --git a/ayo.sh b/ayo.sh index 6066d55..0543256 100755 --- a/ayo.sh +++ b/ayo.sh @@ -84,7 +84,9 @@ case $1 in . ${scripts_dir}/notes.sh "${@:2}" ;; t | tasks) + notesSync TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}" + notesSync ;; j | journal) . ${scripts_dir}/journal.sh "${@:2}"