File size: 102 Bytes
17c779c
 
31d20f6
17c779c
31d20f6
c52a6aa
31d20f6
1
2
3
4
5
6
7
#!/bin/bash

python health_check.py > log2.log &

python entry_point.py > log1.log &

tail -f log2.log