mirror of
https://github.com/docker-library/golang.git
synced 2025-02-06 08:33:38 +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 "$@"
|