Sfoglia il codice sorgente

add logical diagram, need to think more how this is layed out..

main
John-Mark Gurney 3 anni fa
parent
commit
c59016597d
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +6
    -0
      Makefile
  2. +5
    -0
      log_inp.txt

+ 6
- 0
Makefile Vedi File

@@ -1,4 +1,10 @@
# https://github.com/ironcamel/Graph-Easy
log.txt: log_inp.txt box.sh
graph-easy < $< | sh box.sh > $@

log.html: log.txt
(cat $<; echo; echo '<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>') > $@

diag.txt: diag_inp.txt box.sh
graph-easy < $< | sh box.sh > $@



+ 5
- 0
log_inp.txt Vedi File

@@ -0,0 +1,5 @@
( Control Host [ Host ] [ Device Jail ] )

[ Device Jail ] -- { label: "VLAN" } [ Device ]
[ Device Jail ] -- { label: "Serial" } [ Device ]
[ Host ] -- [ Device Jail ]

Caricamento…
Annulla
Salva