source: mire/mire_all.sh @ 17

Last change on this file since 17 was 17, checked in by meynadie, 16 years ago

Intégration timing

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 159 bytes
Line 
1#!/bin/sh
2
3for file in *.fits; do
4    mire $file reperes.txt timing;
5    done;
6
7rm -f collect
8for file in *.mes; do
9    tail -n1 $file >> collect;
10    done;
11
12
Note: See TracBrowser for help on using the repository browser.