Y
Hacker News
new
|
ask
|
show
|
jobs
What the (2021)
(
articles.foletta.org
)
13 points
by
gjf
616 days ago
1 comments
emmelaich
613 days ago
Sorta surprises me that the bit after the #! doesn't need a leading /
If it's missing the / it will look for `foo` in the current directory for a `#!foo` hashbang line
link
If it's missing the / it will look for `foo` in the current directory for a `#!foo` hashbang line