houdini/script/download_codegen_cli.sh
2018-06-05 16:34:23 -05:00

6 lines
No EOL
246 B
Bash
Executable file

#!/usr/bin/env bash
if [ ! -e .bin/swagger-codegen-cli.jar ]
then
curl https://oss.sonatype.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
fi