#!/bin/bash # Start the webserver in the background airflow webserver --port 7860 & # Start the scheduler exec airflow scheduler