Skip to content

Instantly share code, notes, and snippets.

@Havvy
Created January 20, 2014 05:43
Show Gist options
  • Select an option

  • Save Havvy/8515453 to your computer and use it in GitHub Desktop.

Select an option

Save Havvy/8515453 to your computer and use it in GitHub Desktop.
digraph{0 [shape=box,label="test-src/client.sjs"];1 [label="?"];2 [shape=box,label="test/client.js"];3 [shape=box,label="test-src/command-handler.sjs"];4 [label="?"];5 [shape=box,label="test/command-handler.js"];6 [shape=box,label="test-src/message-handler.sjs"];7 [label="?"];8 [shape=box,label="test/message-handler.js"];9 [shape=box,label="test-src/message.sjs"];10 [label="?"];11 [shape=box,label="test/message.js"];12 [shape=box,label="test-src/output-socket.sjs"];13 [label="?"];14 [shape=box,label="test/output-socket.js"];15 [shape=box,label="test-src/plugin-help.sjs"];16 [label="?"];17 [shape=box,label="test/plugin-help.js"];18 [shape=box,label="test-src/plugin-user.sjs"];19 [label="?"];20 [shape=box,label="test/plugin-user.js"];21 [shape=box,label="test-src/subscriber.sjs"];22 [label="?"];23 [shape=box,label="test/subscriber.js"];24 [shape=box,label="src/client.sjs"];25 [label="?"];26 [shape=box,label="lib/client.js"];27 [shape=box,label="plugin-src/server.sjs"];28 [label="?"];29 [shape=box,label="tennu_plugins/server.js"];0->1;1->2;3->4;4->5;6->7;7->8;9->10;10->11;12->13;13->14;15->16;16->17;18->19;19->20;21->22;22->23;24->25;25->26;27->28;28->29;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment