Skip to content

Instantly share code, notes, and snippets.

@imesh
Last active October 17, 2015 17:15
Show Gist options
  • Save imesh/ffd154603b92be801380 to your computer and use it in GitHub Desktop.
Save imesh/ffd154603b92be801380 to your computer and use it in GitHub Desktop.
#!/bin/bash
prgdir=`dirname "$0"`
script_path=`cd "$prgdir"; pwd`
deploy() {
pushd ${script_path}/$1
sh deploy.sh
popd
}
deploy wso2am/1.9.1/samples/applications/wso2am-191-application/scripts/mock
deploy wso2as/5.2.1/samples/applications/wso2as-521-application/scripts/mock
deploy wso2bps/3.5.0/samples/applications/wso2bps-350-application/scripts/mock
deploy wso2brs/2.1.0/samples/applications/wso2brs-210-application/scripts/mock
deploy wso2das/3.0.0/samples/applications/wso2das-300-application/scripts/mock
deploy wso2dss/3.2.2/samples/applications/wso2dss-322-application/scripts/mock
deploy wso2esb/4.8.1/samples/applications/wso2esb-481-application/scripts/mock
deploy wso2greg/5.0.0/samples/applications/wso2greg-500-application/scripts/mock
deploy wso2is/5.0.0/samples/applications/wso2is-500-application/scripts/mock
deploy wso2mb/3.0.0/samples/applications/wso2mb-300-application/scripts/mock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment