Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created July 6, 2021 06:22
Show Gist options
  • Save cmaster11/ddd37cf28a53a830932ab6dfb8a76916 to your computer and use it in GitHub Desktop.
Save cmaster11/ddd37cf28a53a830932ab6dfb8a76916 to your computer and use it in GitHub Desktop.
Markdium-Execute terminal commands with HTTP requests
port: 7055
listeners:
"/hello/:name":
returnOutput: true
command: bash
args:
- -c
- |
echo "Hello {{ .name | upper }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment