5 lines
99 B
Bash
5 lines
99 B
Bash
#!/usr/bin/env bash
|
|
cd ./server/nodejs
|
|
node start.js --export=false --web=true --detect=true "$@"
|
|
|