5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd /opt/spearhead/portal
|
||
|
/opt/local/bin/node bin/server.js cfg/prod.json &
|