initial commit
This commit is contained in:
13
commit_docu.sh
Executable file
13
commit_docu.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
VAULT_DIR="/Users/martin/OneDrive - kyndryl/Blaupase AIX - Humpola/Power design (Martin)/Documentation"
|
||||
|
||||
cd "$VAULT_DIR" || exit
|
||||
|
||||
# Check for changes
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
git add .
|
||||
git commit -m "Auto-commit: $(date +"%Y-%m-%d %H:%M:%S")"
|
||||
git push # Adjust branch name if necessary
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user