Artifact 7f7f09d195113605c437b06ae1c5d003d01973d6bbbd0f93abf4a6fa5dea1d38:
- Executable file mttroot/mtt/lib/xfig/Basic/MAKE_COMPONENT — part of check-in [04e907332b] at 1999-07-25 23:46:36 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 187) [annotate] [blame] [check-ins using]
#!/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