diff options
-rw-r--r-- | readme.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ For example, a useless worker, but simple to understand the principle is just a worker echo each item it receive: .. code:: shell + #!/bin/sh line="$(cat)" echo "Printing line '$line' and sleeping $1 seconds" |