Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7c9be095dd41dac2feafb25869d6bd9a6cbc00711a2834c12ab4476c723a72d3
User & Date: gawthrop@users.sourceforge.net on 2000-09-14 09:48:45
Other Links: branch diff | manifest | tags
Context
2000-09-14
09:53:17
Default is zero check-in: 99faef62e3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:48:45
Initial revision check-in: 7c9be095dd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:12:19
Fixed stroke orientation bug with bent bonds
Uses new info from the _rbg.m file - 4 new cols in rbonds
check-in: f5e54fc754 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_multi version [287aaaa69d].







































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
  maxlevel=1;    
fi

ls $2*_$3.$4 |\
awk '{
  level=split($1,foo,"_")-2; 
  if (level<=maxlevel) print command, $0, "&";
'} command=$command maxlevel=$maxlevel


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