Home / run.sh
#!/bin/bash if [ ! -e compiled ]; then mvn clean install -DskipTests touch compiled fi java -jar target/*.jar