#!/bin/bash # Run dev server in the background and main.py in the foreground make -C robot-server dev & python main.py