update of assets from refresh script

This commit is contained in:
Tykayn 2023-02-23 16:38:36 +01:00 committed by tykayn
parent 56a23e2e2b
commit d179a38d5e
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
#!/bin/bash
# auto commit periodically
# add this script in crontab
#
#
# ----------------- documentation -----------------
# auto commit des textes orgmode
#
# @author functions_sync by @tykayn - contact at cipherbliss.com
cd ~/Nextcloud/textes/orgmode
source ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh
cd $orgmode_path
git add .
git commit -m "auto commit in $hostname"