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 \ + "${@}" \ # !!