File mttroot/mtt/bin/trans/sub2subs artifact 483c54b40a part of check-in 017ca2f7dd


#!/bin/sh

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

# Bourne shell script: sub2subs
# Generates a list of all subsystems associated with system $1

# P.J.Gawthrop May 1997
# Copyright (c) P.J.Gawthrop, 1997.

# echo the name of the subsystems one level down
sh $1\_sub.sh "echo  " 

# Create the corresponding subsystems --  quietly!
(sh $1\_sub.sh "mtt -q   " " sub sh") >/dev/null

# Recursively execute the subsystem files
sh $1\_sub.sh "sub2subs " 









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