Skip to content

Instantly share code, notes, and snippets.

@dbikic
dbikic / generateUpdateConfig.sh
Created May 15, 2017 10:40
Update configuration generation
#!/usr/bin/env bash
deploy_help() {
echo "Usage: $0 [-b <build type>] [-v <version>]"
echo ""
echo " -b"
echo " Defines build type of the betting app for which the update configuration is being built."
echo " -v"
echo " Defines new version of the app."
echo ""