piston/packages/dotnet/5.0.201/compile

5 lines
71 B
Bash

#!/usr/bin/env bash
dotnet new console
rm Program.cs
dotnet build -o .