2019-03-12 08:28:04 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2019-04-12 08:54:33 +00:00
|
|
|
# TODO: monitor the processes
|
2019-03-12 08:28:04 +00:00
|
|
|
|
2019-04-13 11:39:29 +00:00
|
|
|
python3 /root/monitor.py &
|
2019-03-12 08:28:04 +00:00
|
|
|
|
2019-04-12 08:54:33 +00:00
|
|
|
python3 /root/server.py &
|
|
|
|
|
|
|
|
sleep infinity
|