diff options
author | VG <vg@devys.org> | 2016-04-26 10:21:38 +0200 |
---|---|---|
committer | VG <vg@devys.org> | 2016-04-26 10:21:38 +0200 |
commit | eb0e9f37b04f2a01ffc8956df10bfccaa03d8689 (patch) | |
tree | 22917f70340b8ed443de760ee842c6d76ad2a922 | |
parent | af7b3997ed0b437348f3d1d0cb76d7e091a4cbed (diff) | |
download | teaqueue-eb0e9f37b04f2a01ffc8956df10bfccaa03d8689.tar.gz teaqueue-eb0e9f37b04f2a01ffc8956df10bfccaa03d8689.tar.bz2 teaqueue-eb0e9f37b04f2a01ffc8956df10bfccaa03d8689.zip |
fix rst missing white line for code block
-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" |