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