Settings

Theme

How to run copied CLI commands with a leading “$” sign

stefanjudis.com

2 points by stefanjudis 5 years ago · 2 comments

Reader

okdjnfweonfe 5 years 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 "$@"

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection