#!/bin/bash
echo "**Acoustic Integration***********************************************************************"
echo "Current directory:"
pwd
echo "Running Node scripts..."
node ./scripts/reviewConnectConfig.js
node ./scripts/javaParser.js
node ./scripts/xmlParser.js
node ./scripts/gradleParser.js
echo "*********************************************************************************************"
echo "Running here scripts..."
