Skip to content

Instantly share code, notes, and snippets.

@luvies
Created June 17, 2018 11:09
Show Gist options
  • Save luvies/8364181124fd40ac35b8ab706c6f4fe5 to your computer and use it in GitHub Desktop.
Save luvies/8364181124fd40ac35b8ab706c6f4fe5 to your computer and use it in GitHub Desktop.
Test gist for remote dotnet-script loading
#! /usr/bin/env dotnet script -c Release
public string RemoteTest() => "Hello world";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment