File mttroot/mtt/lib/xfig/Basic/MAKE_COMPONENT artifact 7f7f09d195 part of check-in de08e1ed52


#!/bin/sh
## Makes a new component

if [ -z "$2" ]; then
  label=$1
else
  label=$2    
fi

echo Making new component $1 with label $label

sed "s/TEXT/$1:$label/" <template.txt >$1.fig



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]