5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
export NODE_PATH=$(npm root -g)
|
|
cd "$(dirname "$0")"
|
|
exec node app.js "$@"
|