summaryrefslogtreecommitdiff
path: root/Run-WrapperExample.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'Run-WrapperExample.ps1')
-rw-r--r--Run-WrapperExample.ps16
1 files changed, 6 insertions, 0 deletions
diff --git a/Run-WrapperExample.ps1 b/Run-WrapperExample.ps1
new file mode 100644
index 0000000..b2fda22
--- /dev/null
+++ b/Run-WrapperExample.ps1
@@ -0,0 +1,6 @@
+& ".\Collect-Command-Line.ps1"
+
+if ($LASTEXITCODE -eq 0) {
+ Clear-Host
+ dotnet run --project .\CommandLineWrapperExample
+}