Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active September 11, 2019 13:19
Show Gist options
  • Save solrevdev/09ca3ebe41c268e753bb10598ff700bf to your computer and use it in GitHub Desktop.
Save solrevdev/09ca3ebe41c268e753bb10598ff700bf to your computer and use it in GitHub Desktop.
dotnet script template
#!/usr/bin/env dotnet-script
Console.WriteLine("https://github.com/filipw/dotnet-script");
Console.WriteLine("dotnet tool install -g dotnet-script");
Console.WriteLine("dotnet script init");
Console.WriteLine("dotnet script main.csx");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment