dots/.bin/save-zk

5 lines
123 B
Plaintext
Raw Permalink Normal View History

2023-05-01 15:34:27 +02:00
#!/usr/bin/env bash
cd "$ZK_PATH" || echo "No zettelkasten directory found"
git a . && git commit -m "Update" && git push