mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
* Add bash equivalents run*.bat scripts for linux devs * Apply suggestions from code review Add shebangs Co-authored-by: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> --------- Co-authored-by: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
dotnet run --project Content.Server --configuration Tools
|
|
read -p "Press enter to continue"
|