mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 00:08:50 -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
|