joplin-mdbooks-website/update.sh

6 lines
82 B
Bash
Raw Normal View History

2020-11-23 17:14:32 -05:00
#!/usr/bin/env bash
./joplinexport.py
git add .
2020-12-15 09:39:11 -05:00
git diff --cached
2020-12-29 19:23:15 -05:00
git cma Updates