mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
|
./setup
|
||
|
|
||
|
cd ~/server
|
||
|
|
||
|
echo ---------------------------------------- >> ../run.log
|
||
|
date >> ~/run.log
|
||
|
echo ---------------------------------------- >> ../run.log
|
||
|
|
||
|
node proxy.js >> ~/run.log 2>&1 &
|
||
|
|
||
|
|