From cb1dfb2d92436a0f8ad39ed39d91d10686645089 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 29 Mar 2021 18:02:27 -0400 Subject: Update syntax for example --- Biz/Que/Quescripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Que') diff --git a/Biz/Que/Quescripts.md b/Biz/Que/Quescripts.md index 77e7004..8e4399e 100644 --- a/Biz/Que/Quescripts.md +++ b/Biz/Que/Quescripts.md @@ -14,7 +14,7 @@ In one terminal run the listener: In some other terminal run the job that takes forever: - runtests ; echo "tests are done" | que pub/notify - + runtests ; que pub/notify - <<< "tests are done" When terminal 2 succeeds, terminal 1 will print "tests are done", then call the `notify-send` command, which displays a notification toast in -- cgit v1.2.3