scripts/bash/workflow_nextcloud/git_autocommit.sh

8 lines
150 B
Bash
Raw Normal View History

2023-02-06 13:28:35 +01:00
#!/bin/bash
# auto commit periodically
# add this script in crontab
cd ~/Nextcloud/textes/orgmode
git add .
git commit -m "auto commit in $hostname"