7 lines
115 B
Bash
7 lines
115 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||
|
export LANG=en_US.UTF-8
|
||
|
|
||
|
dotnet run --project SharpChat -c Release
|