docker-amiga-gcc/imagefiles/entrypoint.sh

7 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
# This is the entrypoint script for the dockerfile. Executed in the
# container at runtime.
exec "$@"