2 comments

[ 2.8 ms ] story [ 22.0 ms ] thread
should be the following otherwise args get splitted

    "$@"
and should be the following because no reason to have a shell stay open after its finished doing work

    exec "$@"
Thanks. That's great feedback. I updated the post.