4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
DIR="$(dirname "$(readlink -f "$0")")"
|
|
node "$DIR/../dist/main.js" "$@"
|