Sync Notes
Source
/home/ka/Documents/00-notes/zettelkasten/PublishDestination
/home/ka/github.com/trongnghiango/notes-site/content/posts#!/bin/sh
SOURCE="/home/ka/Documents/00-notes/zettelkasten/Publish"
DESTINATION="/home/ka/github.com/trongnghiango/notes-site/content/posts"
rsync -avu --delete "$SOURCE" "$DESTINATION"