mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-06 15:13:57 +00:00
7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -Eeuo pipefail
|
|
|
|
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
|
|
|
./versions.sh "$@"
|
|
./apply-templates.sh "$@" |