nscript icon indicating copy to clipboard operation
nscript copied to clipboard

Adjust shebang line?

Open mattmccray opened this issue 10 years ago • 1 comments

The default shebang #!/usr/bin/nscript failed to work for me. Perhaps because I use NVM on a Mac, I'm not sure. But changing it to use env worked nicely:

#!/usr/bin/env nscript

mattmccray avatar Jul 28 '15 02:07 mattmccray

Good point, that is a better approach indeed. Thanks for the suggestion

mweststrate avatar Jul 28 '15 09:07 mweststrate