forked from github/plane
5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
HOSTNAME=127.0.0.1 \
|
|
PORT=3001 \
|
|
node /space/server.js space
|