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