Artifact a6b9f536bc65a902fe330190d75a0cd14d0113001b7ac40776a0211efe6c3666:
- Executable file mttroot/mtt/bin/trans/abg_dia2m — part of check-in [ab4fa89346] at 2002-12-03 22:22:12 on branch origin/master — Write to file instead of stdout. (user: geraint@users.sourceforge.net, size: 342) [annotate] [blame] [check-ins using] [more...]
#! /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