diff --git a/docs/source/developer_guide.rst b/docs/source/developer_guide.rst index 7ba309606..c2924d4d3 100644 --- a/docs/source/developer_guide.rst +++ b/docs/source/developer_guide.rst @@ -11,6 +11,21 @@ Receptor is an open source project that lives at `ansible/receptor repository ` can be used to interact with unix sockets directly. + +Example: + +.. code-block:: bash + + echo -e '{"command": "work", "subcommand": "submit", "node": "execution", "worktype": "cat", }\n"Hi"' | socat - UNIX-CONNECT:/tmp/control.sock + ------- Linters -------