Browse Source

Add script for running markdownfmt easily

Tianon Gravi 10 years ago
parent
commit
c4bb1db6da
1 changed files with 4 additions and 0 deletions
  1. 4 0
      markdownfmt.sh

+ 4 - 0
markdownfmt.sh

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