1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-19 00:17:59 +00:00
dotfiles/termux/tasks/logseq-sync

7 lines
108 B
Text
Raw Normal View History

2022-10-27 01:00:00 +09:00
#!/bin/sh
2022-11-12 16:52:57 +09:00
set -e
cd ~/storage/shared/logseq
2022-10-27 01:00:00 +09:00
git add --all
2022-11-12 16:52:57 +09:00
git commit -m update || :
. .githooks/post-commit