11 lines
158 B
Bash
11 lines
158 B
Bash
#!/data/data/com.termux/files/usr/bin/bash
|
|
|
|
targetpath=/data/data/com.termux/files/home/storage/documents/
|
|
|
|
cd ${targetpath}logseq-gitea/logseq
|
|
|
|
git stash
|
|
|
|
|
|
|