5 |
# The purpose of this script is to create HTML summaries of the |
# The purpose of this script is to create HTML summaries of the |
6 |
# directories produced by the "parse_emails" script. |
# directories produced by the "parse_emails" script. |
7 |
|
|
|
|
|
8 |
usage() |
usage() |
9 |
{ |
{ |
10 |
echo |
echo |
96 |
color="#bbffdd" |
color="#bbffdd" |
97 |
ncolor="#bbddff" |
ncolor="#bbddff" |
98 |
|
|
99 |
MACHINES="aces- acesgrid baudelaire dickens danton beagle" |
MACHINES="aces- acesgrid baudelaire dickens danton pleiades" |
100 |
MACHINES="$MACHINES pleiades iblade sx8 uv100 solasrv stomp weber" |
MACHINES="$MACHINES iblade sx8 uv100 stomp octopus saramago" |
101 |
|
|
102 |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all |
103 |
|
|
306 |
href="http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/example_scripts/"> |
href="http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/example_scripts/"> |
307 |
MITgcm/tools/example_scripts</a>.</p> |
MITgcm/tools/example_scripts</a>.</p> |
308 |
|
|
|
|
|
309 |
</body> |
</body> |
310 |
</html> |
</html> |
311 |
|
|