Skip to content

Instantly share code, notes, and snippets.

@christopher-beckham
Created June 19, 2014 04:59
Show Gist options
  • Save christopher-beckham/e56e8c35bf4e0c0b478b to your computer and use it in GitHub Desktop.
Save christopher-beckham/e56e8c35bf4e0c0b478b to your computer and use it in GitHub Desktop.
digraph unix {
node [color=lightblue2, style=filled];
"node1" -> "node2"
"node3" -> "node2"
"node4" -> "node1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment