siderolabs / bldr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme: Incorrect use of the term shebang

burdiyan opened this issue · comments

I'm being a bit grammar nazi here, sorry for that.

In the readme the first line comment directive for the Pkgfile is called shebang, but technically it is not. Shebang is a sequence of two characters hash sign and exclamation mark https://en.wikipedia.org/wiki/Shebang_(Unix)

I believe that "bang" in shebang comes from the exclamation mark (colloquially called "bang" sometimes).

So technically the first line comment in Pkgfile is just a directive, or magic comment or something like that.