Files
kapow/poc/examples/pandoc/testme
T
2019-05-28 15:41:57 +02:00

9 lines
144 B
Bash
Executable File

#!/usr/bin/env sh
curl -X POST --data-binary @- http://localhost:8080/convert/markdown/man <<EOF
# This is not a pipe
1. hello
1. goodbye
EOF