diff options
| author | bt <bt@rctt.net> | 2026-03-29 08:51:30 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-03-29 08:51:30 +0200 |
| commit | 69703f3a808edd9b1e12f5e0c226abae2e79fa21 (patch) | |
| tree | c44cfa8ccb73c82f20337928fdd05c5128b9f710 /tools | |
| parent | 52d6632a0b51e48334ada3ec4d489d15c2d59c8a (diff) | |
| download | solec-69703f3a808edd9b1e12f5e0c226abae2e79fa21.tar.gz solec-69703f3a808edd9b1e12f5e0c226abae2e79fa21.zip | |
[docs] Update README.md and protocol diagram
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build_spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_spec.sh b/tools/build_spec.sh index dfebbd2..f5272b4 100755 --- a/tools/build_spec.sh +++ b/tools/build_spec.sh @@ -7,7 +7,7 @@ else fi kaitai-struct-compiler -t graphviz solec.ksy -dot -Tsvg solec.dot > solec.svg +dot -Tsvg solec.dot > docs/protocol.svg rm solec.dot ~/bin/kaitai-struct-compiler-ws/bin/kaitai-struct-compiler -t wireshark --read-pos solec.ksy |
