# Prompt the user for the database coordinates. echo -n "Please enter the Infusion Builder database username: " read username echo -n "and the database password: " read password svn export https://source.fluidproject.org/svn/incubator/infusionBuilder/trunk/ infusionBuilder cd infusionBuilder/infusionBuilder-deploy ant -Dmysql_user=$username -Dmysql_password=$password cd ~ rm -rf infusionBuilder