lukeed / tsm

TypeScript Module Loader
MIT License
1.18k stars 19 forks source link

Nit: Replace references to "bash" #10

Closed niieani closed 2 years ago

niieani commented 2 years ago

Small nit: the concept of shebang has nothing to do with bash. In fact, by adding the shebang pointing to tsm, we're telling unix subsystems to NOT run the script using the current shell (like bash), but using tsm as the interpreter instead.

lukeed commented 2 years ago

Right, but phrasing was hard. Polled a few and "bash script" was more immediately obvious to people what it meant, even though technically incorrect. I think this replacement should be equally clear. Thanks 👍