sync-horus 2026-04-10 13:40

This commit is contained in:
Horus
2026-04-10 13:40:05 +02:00
parent 25375adee8
commit e35b42d1f4
2 changed files with 1 additions and 18 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
cd /root/.openclaw/workspace/obsidian-vault
git pull origin main >/dev/null 2>&1
if [ -n "$(git status --porcelain)" ]; then
git add -A
git commit -m "sync-cleo $(date '+%Y-%m-%d %H:%M')" >/dev/null 2>&1
git push origin main >/dev/null 2>&1
fi