mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2025-11-21 01:32:07 +00:00
7 lines
124 B
Bash
Executable File
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 "$@"
|