From c8509eb358197ee41c267a6e15af898ae925615f Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Fri, 16 Aug 2019 20:50:42 +0300 Subject: [PATCH] [scripts] Minor update --- scripts/z-run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/z-run b/scripts/z-run index 597d3a4..65642ba 100644 --- a/scripts/z-run +++ b/scripts/z-run @@ -577,6 +577,7 @@ --sources ./examples/hello-world \ --archive ./examples/hello-world.cdb \ --debug \ + "${@}" \ # cdb -d -- ./examples/hello-world.cdb \ | tr -d '\r' \ @@ -594,6 +595,7 @@ --processes 1 \ --threads 1 \ --debug \ + "${@}" \ # !!