#!/bin/sh
#
# Create PNG file form dot input
dot -Tpng SharedData.gv -o SharedData.png
