#!/bin/sh
#
# Create PNG file form dot input
# Revised 2018-01-24
#
dot -Tpng ExprLangModDep.gv -o ExprLangModDep.png
