Mercurial > code > home > repos > light9
view bin/rdf2dot @ 2439:06da5db2fafe
rewrite ascoltami to use the graph for more playback data
author | drewp@bigasterisk.com |
---|---|
date | Thu, 30 May 2024 01:08:07 -0700 |
parents | 207fe0670952 |
children |
line wrap: on
line source
#!/bin/zsh pdm run rdfpipe -o ntriples $@ | pdm run rdf2dot | dot -Tsvg > /tmp/g.svg print wrote /tmp/g.svg