Rename wiki to zk (zettelkasten)
This commit is contained in:
4
.bin/save-zk
Executable file
4
.bin/save-zk
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd "$ZK_PATH" || echo "No zettelkasten directory found"
|
||||
git a . && git commit -m "Update" && git push
|
||||
Reference in New Issue
Block a user