5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd "$ZK_PATH" || echo "No zettelkasten directory found"
|
||
|
git a . && git commit -m "Update" && git push
|