Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 22, 2015 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/797398291f51ed0c27ad to your computer and use it in GitHub Desktop.
Save dcomartin/797398291f51ed0c27ad to your computer and use it in GitHub Desktop.
// Load from file system
Config.Global.LoadScriptFile("path/to/MyConfig.csx");
// Load from web
Config.Global.LoadWebScript(new Uri("https://www.domain.com/MyConfig.csx"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment