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