mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 16:07:59 +00:00
6 lines
108 B
Bash
Executable file
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
|