0938fc225e
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
9 lines
144 B
Bash
Executable File
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
|