summaryrefslogtreecommitdiff
path: root/Run-WrapperExample.sh
blob: c51bbdbfcd7cb30247c736ca3db6dbe7b4991dee (plain)
1
2
3
4
5
6
7
#!/bin/bash
./Collect-Command-Line.sh

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