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