File mttroot/mtt/bin/mtt_xargs.sh artifact 0e001e0d54 part of check-in c25f0b6d55


#! /bin/sh

cmd=$1
for arg in $2; do
	eval $cmd $arg
done



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