#!/bin/bash VARS="$@" COMMAND="ghdl $VARS" docker run -it -v .:/src -w /src ghdl/ghdl:5.0.0-dev-gcc-ubuntu-24.04 bash -c "$COMMAND"