1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-06-07 22:01:55 +00:00
YAO-agent/bootstrap.sh

9 lines
123 B
Bash
Raw Normal View History

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
python3 /root/yao-agent.py &
2019-04-12 08:54:33 +00:00
python3 /root/server.py &
sleep infinity