6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
BASEDIR=$(realpath $(dirname $0))
|
|
|
|
node "$BASEDIR/src/index.js" $@
|
|
|