How to run copied CLI commands with a leading “$” sign (stefanjudis.com) 2 points by stefanjudis 5y ago ↗ HN
[–] okdjnfweonfe 5y 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 "$@" [–] stefanjudis 5y ago ↗ Thanks. That's great feedback. I updated the post.
2 comments
[ 0.25 ms ] story [ 19.5 ms ] thread