Skip to content

Commit 8563248

Browse files
committed
Update doc
1 parent 8e4de93 commit 8563248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/developer_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Unix Socket
2121
To send commands to unix socket without receptorctl by using socat to send data to the receptor socket directly.
2222

2323
Example:
24+
2425
.. code-block:: bash
2526
2627
echo -e '{"command": "work", "subcommand": "submit", "node": "execution", "worktype": "cat", }\n"Hi"' | socat - UNIX-CONNECT:/tmp/control.sock

0 commit comments

Comments
 (0)