ADDED mttroot/mtt/bin/trans/mtt_get_subsystems Index: mttroot/mtt/bin/trans/mtt_get_subsystems ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/mtt_get_subsystems @@ -0,0 +1,7 @@ +#!/bin/sh +# Gets the subsystems + +subsystems=`sh $1_type.sh 'echo ' ' ' | awk '{if (NR>1) print $2}'` + +echo $subsystems +