File mtt/bin/trans/convert_simpar.sh artifact 884ce541cf part of check-in a8cce33cfa


#!/bin/sh

## Gets rid of redundant METHOD lines.
echo Converting $1
## backup
cp $1 $1_old
sed 's/METHOD/## METHOD/'< $1_old > $1





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