some minor code touch-up

This commit is contained in:
2022-07-31 13:17:44 +00:00
parent b4eb3d9768
commit 1bf908e6ba
6 changed files with 40 additions and 17 deletions

View File

@ -137,6 +137,26 @@ briefly.
### Request message
TODO: fill here
.BEGIN
.SCRIPT
.END
.EXIT
.KILL-WORKER
.SHOW-WORKERS
You can send a single-line script with a .SCRIPT command.
.SCRIPT (printf "hello, world\n")
If the script is long and contains line-breaks, enclose multiple .SCRIPT commands
with the .BEGIN and .END command.
.BEGIN
.SCRIPT (printf "hello ")
.SCRIPT (printf "world\n")
.END
### Reponse message
There are two types of response messages.