#!/bin/bash python -m http.server 7860 & kill $! python main.py & python space_checker.py & wait