Files
tbd-station-14/runclient.sh
flashgnash 400f5898ec Add bash equivalents run*.bat scripts for linux devs (#31195)
* 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>
2024-08-20 00:36:08 +02:00

4 lines
80 B
Bash
Executable File

#!/bin/sh
dotnet run --project Content.Client
read -p "Press enter to continue"