1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/termux/tasks/logseq-sync
2022-11-12 16:55:16 +09:00

6 lines
108 B
Bash
Executable file

#!/bin/sh
set -e
cd ~/storage/shared/logseq
git add --all
git commit -m update || :
. .githooks/post-commit