Kaka Notes

Description about Blog Author


Sync Notes

Source

/home/ka/Documents/00-notes/zettelkasten/Publish

Destination

/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"

Previous Page 7 of 7