sync-horus 2026-04-10 13:40
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user