3 lines
117 B
Bash
3 lines
117 B
Bash
cd "$ZK_PATH" || { echo "No zettelkasten directory found"; exit 1; }
|
|
git add . && git commit -m "Update" && git push
|