mirror of
https://github.com/docker-library/php.git
synced 2025-07-22 18:26:07 +00:00
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -Eeuo pipefail
|
|
|
|
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
|
|
|
./versions.sh "$@"
|
|
./apply-templates.sh "$@"
|