mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-11-04 20:07:50 +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 "$@" |