Add script for running markdownfmt easily

This commit is contained in:
Tianon Gravi 2015-02-13 09:47:11 -07:00
parent a4552932f2
commit c4bb1db6da
1 changed files with 4 additions and 0 deletions

4
markdownfmt.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
exec docker run -it --rm -v "$PWD":/scratch -w /scratch tianon/markdownfmt markdownfmt "$@"