Y
Hacker News
new
|
ask
|
show
|
jobs
by
okdjnfweonfe
1809 days ago
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 "$@"
1 comments
stefanjudis
1809 days ago
Thanks. That's great feedback. I updated the post.
link