File size: 115 Bytes
17c779c
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

# Start the first process
python entry_point.py &

# Start the second process
python health_check.py &