mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
7 lines
134 B
Bash
Executable file
7 lines
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -Eeuo pipefail
|
|
|
|
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
|
|
|
./versions.sh "$@"
|
|
./apply-templates.sh "$@"
|