File mttroot/mtt/bin/trans/abg_dia2m artifact a6b9f536bc part of check-in ab4fa89346


#! /bin/sh

### abg2cmp_dia2txt
## Creates _abg.m from _abg.dia
## Copyright (C) 2002 by Geraint Paul Bevan

  ###################################### 
  ##### Model Transformation Tools #####
  ######################################

set -e
  
# set LANG until fixed bug [647664]
LANG="C" dia2abg.pl --create_abg --diagram_name=$1 > $1_abg.m


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