Fix running on older nodejs versions
The shebang does not work without extension
This commit is contained in:
parent
536aaa01b0
commit
6bbfd25745
5 changed files with 8 additions and 13 deletions
4
bin/wtc
Executable file
4
bin/wtc
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
node "$DIR/../dist/wtc.js" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue