You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll see two processes that fork without an exec.
I'm pretty confident these are the printf calls in demo_script.sh.
It's possible that somehow the shell builtin printf is getting called,
but I tried to avoid that by calling command -v printf directly.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
You'll see two processes that
fork
without anexec
.I'm pretty confident these are the
printf
calls indemo_script.sh
.It's possible that somehow the shell builtin
printf
is getting called,but I tried to avoid that by calling
command -v printf
directly.The text was updated successfully, but these errors were encountered: