6 lines
92 B
Bash
6 lines
92 B
Bash
#!/usr/bin/env bash
|
|
BASEDIR=$(cd $(dirname $0) && pwd)/
|
|
|
|
cd $BASEDIR/
|
|
|
|
node nxappmain/server |