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