#!/bin/bash # Start the first process python entry_point.py & # Start the second process python health_check.py &