mirror of
https://github.com/clearlinux/docs.git
synced 2026-04-28 10:53:35 +00:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
exec docker run -i --rm -v "$PWD":/scratch -w /scratch tianon/markdownfmt markdownfmt "$@"
|