14 lines
309 B
Bash
14 lines
309 B
Bash
#!/bin/bash
|
|
#
|
|
#
|
|
# ----------------- documentation -----------------
|
|
# auto commit des textes orgmode
|
|
#
|
|
# @author functions_sync by @tykayn - contact at cipherbliss.com
|
|
|
|
source ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh
|
|
|
|
cd $orgmode_path
|
|
git add .
|
|
git commit -m "auto commit in $hostname"
|