Artifact 41189e212eca0e652f94facd1e1ee16ae2c14f71c06e86da3f968b2623e37c76:
- Executable file mtt/bin/trans/sub2subs — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 604) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/sub2subs — part of check-in [5ca7145984] at 2000-12-28 12:48:53 on branch origin/master — Put under RCS (user: gawthrop@users.sourceforge.net, size: 604) [annotate] [blame] [check-ins using]
#!/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
(sh $1\_sub.sh " cmp2sub_m2sh " " ") >/dev/null
# Recursively execute the subsystem files
sh $1\_sub.sh "sub2subs "