Differences From Artifact [287aaaa69d]:
- Executable file mttroot/mtt/bin/trans/mtt_multi — part of check-in [7c9be095dd] at 2000-09-14 09:48:45 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 293) [annotate] [blame] [check-ins using]
To Artifact [f11b785f2c]:
- Executable file mttroot/mtt/bin/trans/mtt_multi — part of check-in [99faef62e3] at 2000-09-14 09:53:17 on branch origin/master — Default is zero (user: gawthrop@users.sourceforge.net, size: 293) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | #!/bin/sh # Does mutiple commands down the hierarchy command=$1 system=$2 rep=$3 lang=$4 maxlevel=$5 if [ -z "$maxlevel" ]; then |