mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-10 15:58:49 -07: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
|