Last active
September 11, 2019 13:19
-
-
Save solrevdev/09ca3ebe41c268e753bb10598ff700bf to your computer and use it in GitHub Desktop.
dotnet script template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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