Skip to content

Instantly share code, notes, and snippets.

@jtdub
Last active June 23, 2018 03:16
Show Gist options
  • Save jtdub/a2934aba69a7ad3b79fd7d20eb2deb49 to your computer and use it in GitHub Desktop.
Save jtdub/a2934aba69a7ad3b79fd7d20eb2deb49 to your computer and use it in GitHub Desktop.
graph LR
A{Host}
B{Running}
C{Compiled}
D{Remediation}

A --> B
A --> C
B --> D
C --> D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment