File mttroot/mtt/bin/trans/strip_notvars.sh artifact e9c68eb700 part of check-in 120c923553


#! /bin/sh

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

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


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