diff options
Diffstat (limited to 'Biz/Que/Quescripts.md')
-rw-r--r-- | Biz/Que/Quescripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |