2023-07-08 10:57:36 +02:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
|
|
|
# ----------------- documentation -----------------
|
|
|
|
# tâche à effectuer régulièrement sur les ordis portables
|
|
|
|
#
|
|
|
|
# @author functions_sync by @tykayn - contact at cipherbliss.com
|
2023-08-17 10:06:40 +02:00
|
|
|
source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
2023-07-08 10:57:36 +02:00
|
|
|
|
|
|
|
# récupérer les notes du mobile et les stocker dans l'incoming inbox orgmode
|
|
|
|
|
2023-08-17 10:06:40 +02:00
|
|
|
bash $WORKFLOW_PATH_PUBLIC/archive_from_nextcloud.sh
|
|
|
|
bash $WORKFLOW_PATH_PUBLIC/update_calendar_tkwulfi.sh
|
|
|
|
bash $WORKFLOW_PATH_PUBLIC/get_nextcloud_notes_todo.sh
|
|
|
|
bash $WORKFLOW_PATH_PUBLIC/backup_nextcloud_in_user_home.sh
|
|
|
|
bash $WORKFLOW_PATH_PUBLIC/git_auto_commit_workflow_folder.sh
|
2023-07-08 10:57:36 +02:00
|
|
|
|
|
|
|
upPhotosADispatcher
|