diff options
Diffstat (limited to 'assets/map.dot')
-rw-r--r-- | assets/map.dot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/map.dot b/assets/map.dot new file mode 100644 index 0000000..90bdd99 --- /dev/null +++ b/assets/map.dot @@ -0,0 +1,14 @@ +# usage: dot -Tx11 < map.dot + +digraph { + +iki_pkg -> git_srv +iki_pkg -> git_pub_iki +git_pub_iki -> box_web +git_srv -> siri_selfhosting +build_box -> box +box -> box_web +box -> box_mpd +box -> box_print + +} |