Files
logseq-meta/android/.shortcuts/pull-graph.sh
logseq b235795184 Update 'android/.shortcuts/pull-graph.sh'
pull rebase as in logseq plugin, I hope they know what they are doing since Im really not
2023-01-16 06:51:31 +01:00

8 lines
304 B
Bash

#!/data/data/com.termux/files/usr/bin/bash
source /data/data/com.termux/files/usr/bin/source-ssh-agent
/data/data/com.termux/files/usr/bin/ssh-agent
/data/data/com.termux/files/usr/bin/ssh-add ~/.ssh/logseq_id_rsa
cd /data/data/com.termux/files/home/storage/shared/logseq-gitea/logseq
git pull --rebase