2025 refresh
This commit is contained in:
13
android/.shortcuts/4push-graph.sh
Normal file
13
android/.shortcuts/4push-graph.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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 add -A
|
||||
git commit -m "sync from android"
|
||||
git push
|
||||
|
||||
|
||||
Reference in New Issue
Block a user