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