diff options
Diffstat (limited to 'Run/Que/quescripts.md')
-rw-r--r-- | Run/Que/quescripts.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Run/Que/quescripts.md b/Run/Que/quescripts.md index 0414d90..9a2e6e0 100644 --- a/Run/Que/quescripts.md +++ b/Run/Que/quescripts.md @@ -10,15 +10,15 @@ the job finishes. In one terminal run the listener: - que example/notify --then "notify-send '\que' '\msg'" + que pub/notify --then "notify-send '\que' '\msg'" In some other terminal run the job that takes forever: - runtests ; echo "tests are done" | que example/notify - + runtests ; echo "tests are done" | que pub/notify - When terminal 2 succeeds, terminal 1 will print "tests are done", then call the `notify-send` command, which displays a notification toast in -Linux with title "`example/notify`" and content "`tests are done`". +Linux with title "`pub/notify`" and content "`tests are done`". Que paths are multi-producer and multi-consumer, so you can add as many terminals as you want. |