TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
How to run copied CLI commands with a leading “$” sign
2 points
by
stefanjudis
almost 4 years ago
1 comment
okdjnfweonfe
almost 4 years ago
Collapse
should be the following otherwise args get splitted<p><pre><code> "$@"</code></pre> and should be the following because no reason to have a shell stay open after its finished doing work<p><pre><code> exec "$@"</code></pre>
评论 #27799778 未加载