summaryrefslogtreecommitdiff
path: root/Run-WrapperExample.sh
blob: 42e633f5059eb6997efa7d1146c9bc7e27fc176a (plain)
1
2
3
4
5
6
7
#!/bin/bash
./Pre-Build.sh

if [ $? -eq 0 ]; then
    clear
    dotnet run --project ./CommandLineWrapperExample
fi