File mttroot/mtt/bin/trans/strip_notvars.sh artifact 45d48c9630 part of check-in 636df344ed


#! /bin/sh

type=$1
name=$2
file=$3

notvar="[%|#]NOT[V|P]AR"
grep ${notvar} ${type}_lbl.txt |\
    gawk '{ printf ("%s\t%s\n", $2, name) }' name=${name} \
    >> ${file}
 


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