Add shebang to output file so a shell script is no longer needed
This commit is contained in:
parent
4b8c8be226
commit
cd891bf6a0
5 changed files with 48 additions and 7 deletions
4
bin/wtc
4
bin/wtc
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
node "$DIR/../dist/wtc.js" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue