Artifact e9c68eb70055c3a0fb806409e8da628f787e1bd5f16863a437faf1973952fedc:


#! /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 ]