joplin-mdbooks-website/update.sh

7 lines
91 B
Bash
Raw Normal View History

2020-11-23 17:14:32 -05:00
#!/usr/bin/env bash
2021-04-27 19:33:51 -04:00
git pull
2020-11-23 17:14:32 -05:00
./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