Created
September 11, 2018 17:44
-
-
Save Flushot/a652729c8dc786abf1240c414e87539f to your computer and use it in GitHub Desktop.
Convert *.graphml to an ASCII graph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# brew install graphviz cpanminus | |
# cpanm Graph::Easy | |
graphml2gv ${1:-/dev/stdin} | graph-easy - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment