Files
logseq-meta/Logseq-Git-Sync-101-main/Android-scripts/push-graph.sh
2022-12-14 14:29:47 +01:00

6 lines
125 B
Bash

#!/usr/bin/bash
source bin/source-ssh-agent
cd storage/documents/Diario
git add -A
git commit -m "sync from android"
git push