[scripts] Minor update

This commit is contained in:
Ciprian Dorin Craciun 2019-08-16 20:50:42 +03:00
parent b6426f5655
commit c8509eb358

View file

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