update of assets from refresh script
This commit is contained in:
parent
56a23e2e2b
commit
d179a38d5e
@ -1,7 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/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 add .
|
||||||
git commit -m "auto commit in $hostname"
|
git commit -m "auto commit in $hostname"
|
||||||
|
Loading…
Reference in New Issue
Block a user