Mercurial > code > home > repos > light9
view bin/rdf2dot @ 2437:26f84fc67ab1
start 2024 show
author | drewp@bigasterisk.com |
---|---|
date | Wed, 29 May 2024 17:28:01 -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