mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-12 04:05:10 -05:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
./setup
|
||
|
|
||
|
echo "----------------------------------------------" >> ../run.log
|
||
|
date >> ../run.log
|
||
|
echo "----------------------------------------------" >> ../run.log
|
||
|
|
||
|
nohup java -jar KeyStreamServer.jar >> ../run.log 2>&1 &
|