Files
logseq-meta/android/.shortcuts/pull-graph.sh
2025-05-18 17:20:31 +02:00

8 lines
285 B
Bash

#!/data/data/com.termux/files/usr/bin/bash
targetpath=/data/data/com.termux/files/home/storage/documents/
eval "$(/data/data/com.termux/files/usr/bin/ssh-agent -s)"
/data/data/com.termux/files/usr/bin/ssh-add ~/.ssh/logseq_id_rsa
cd ${targetpath}logseq-gitea/logseq
git pull --rebase