compose/script/run
Santiago M. Mola 6311511117 avoid using realpath in scripts
scripts/run uses realpath when COMPOSE_FILE is set. realpath is not available in
some systems (e.g. macOS), and readlink -f isn't either. Replaced with a more
portable approach.

Signed-off-by: Santiago M. Mola <santi@mola.io>
2020-07-15 18:44:00 +02:00
..
run.ps1 Move run scripts to script/run 2016-02-24 16:24:13 -08:00
run.sh avoid using realpath in scripts 2020-07-15 18:44:00 +02:00