Files
docs/markdownfmt.sh
2015-02-27 17:41:32 -07:00

5 lines
111 B
Bash
Executable File

#!/bin/bash
set -e
exec docker run -i --rm -v "$PWD":/scratch -w /scratch tianon/markdownfmt markdownfmt "$@"