Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous hashbang did not work on Linux coreutils `env` because `env` passes the arguments as single string to `node`. By adding `-S` we can make it split the arguments and this works on both Linux with coreutils >= 8.30 and Mac. Also see privatenumber/tsx#523 and https://unix.stackexchange.com/a/477651.
- Loading branch information