#!/bin/bash
dot -Tsvg -o x.svg; chromium-browser x.svg
