Home / run.sh
#!/bin/bash if [ ! -e compiled ]; then mvn clean install -Phibernate -DskipTests touch compiled fi mvn tomcat7:run