#!/bin/bash ./Pre-Build.sh if [ $? -eq 0 ]; then dotnet run --project ./JVDesktop fi