Add shebang to output file so a shell script is no longer needed

This commit is contained in:
Marko Korhonen 2023-11-23 17:38:30 +02:00
parent 4b8c8be226
commit cd891bf6a0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 48 additions and 7 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
DIR="$(dirname "$(readlink -f "$0")")"
node "$DIR/../dist/wtc.js" "$@"