File mttroot/mtt/bin/trans/dat22dat artifact bb076201a1 part of check-in 6e8145700c


#! /bin/sh

case $2 in
    odeso)
	i=1;
	;;
    odes)
	i=2;
	;;
    *)
	i=1;
        ;;
esac

echo Creating $1_$2.dat
echo $i

awk  -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat



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