joplin-mdbooks-website/update.sh
Stavros Korokithakis 0f91704180
Make links prettier
2021-11-20 17:22:59 +02:00

7 lines
88 B
Bash
Executable File

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