File mttroot/mtt/bin/trans/lbl2component artifact 232baa17de part of check-in 3db90b2a24


#! /bin/sh

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

# Bourne shell script: lbl2component
# Creates the commands to pull down components from libraries

# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################


# Regexp for an alias
alias='^[#%]ALIAS'

grep $alias $1_lbl.txt  | grep '/' | awk '{print "mtt -q compcopy " $3}'












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