]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Tools batch files (#29179)
authorVasilis <vasilis@pikachu.systems>
Wed, 19 Jun 2024 19:33:02 +0000 (22:33 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 19:33:02 +0000 (21:33 +0200)
* Tools batch files

* fine

runclient-Tools.bat [new file with mode: 0644]
runserver-Tools.bat [new file with mode: 0644]

diff --git a/runclient-Tools.bat b/runclient-Tools.bat
new file mode 100644 (file)
index 0000000..21973fe
--- /dev/null
@@ -0,0 +1,2 @@
+@echo off
+dotnet run --project Content.Client --configuration Tools
diff --git a/runserver-Tools.bat b/runserver-Tools.bat
new file mode 100644 (file)
index 0000000..8ea3d7c
--- /dev/null
@@ -0,0 +1,3 @@
+@echo off
+dotnet run --project Content.Server --configuration Tools
+pause