docs/markdownfmt.sh

5 lines
111 B
Bash
Executable File

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