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