Skip to content

Instantly share code, notes, and snippets.

@chrisalexander
Created February 18, 2017 17:18
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 chrisalexander/542f3c01283eff6a58d76171399ddc09 to your computer and use it in GitHub Desktop.
Save chrisalexander/542f3c01283eff6a58d76171399ddc09 to your computer and use it in GitHub Desktop.
let openLink (url : string) =
ignore (System.Diagnostics.Process.Start(url))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment