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