Hacker News new | ask | show | jobs
by cbcoutinho 2212 days ago
If the path to your executable is fixed, just put it in the shebang and you're done - makes everything way more explicit at the cost of some dynamic behavior.

An anecdote: Homebrew uses this method for shipping python executables.