mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
# Description Adds several scripts to make building and running the projects easier outside of an IDE.
7 lines
73 B
Batchfile
Executable File
7 lines
73 B
Batchfile
Executable File
@echo off
|
|
|
|
start runQuickServer.bat %*
|
|
start runQuickClient.bat %*
|
|
|
|
exit
|