mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2026-01-13 13:41:52 -08:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
dotnet run --project src/sodoff.csproj
|