mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-01-09 12:38:06 -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 &
|
||
|
|
||
|
|