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