Artifact f52b831404c7427329472ec148dfdc4e204e9758933f2b109c752c203082e981:
- Executable file mttroot/mtt/bin/trans/mtt_get_subsystems — part of check-in [9e50e5fe64] at 2000-09-02 14:46:43 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 120) [annotate] [blame] [check-ins using]
#!/bin/sh # Gets the subsystems subsystems=`sh $1_type.sh 'echo ' ' ' | awk '{if (NR>1) print $2}'` echo $subsystems