joplin-mdbooks-website/update.sh
Stavros Korokithakis e261889b94
Updates
2021-04-28 02:33:51 +03:00

7 lines
91 B
Bash
Executable File

#!/usr/bin/env bash
git pull
./joplinexport.py
git add .
git diff --cached
git cma Updates