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

python health_check_gradio.py > log2.log &

python entry_point.py > log1.log &

tail -f log2.log