summaryrefslogtreecommitdiff
path: root/Run-Desktop.sh
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-09 21:30:49 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-09 21:30:49 +0800
commit6b9268d2d88c81c18f2cc21e343d321989dad99c (patch)
tree051a3e1ca1c49a8e67a4da2c59fec576fc9e6ec5 /Run-Desktop.sh
parent3f8e818b58127a2fad66ed67032344f553632c38 (diff)
Set up project structure and CLI integration
Diffstat (limited to 'Run-Desktop.sh')
-rw-r--r--Run-Desktop.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Run-Desktop.sh b/Run-Desktop.sh
new file mode 100644
index 0000000..21a21f0
--- /dev/null
+++ b/Run-Desktop.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+./Collect-Command-Line.sh
+
+if [ $? -eq 0 ]; then
+ dotnet run --project ./JVDesktop
+fi