#!/bin/bash

python -m debugpy --listen 5678 --wait-for-client "$@"
