5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dotnet publish -c Release ../compiler/NubLang.LSP/NubLang.LSP.csproj
|
|
mkdir -p server
|
|
cp ../compiler/NubLang.LSP/bin/Release/net9.0/linux-x64/publish/nublsp server/ |