Ignore:
Timestamp:
Dec 7, 2011, 9:06:07 AM (13 years ago)
Author:
torrento
Message:

Recover working copy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/sca.sh

    r624 r625  
    1 #!/bin/sh -xvf
     1#!/bin/sh
    22#
    33#Script sh d'extraction de fichier SCA des sequances Diodes a Bruit (DAB)
     
    5151if [ ! -e $fullfile ]
    5252    then
    53     $ECHO "FATAL (${scriptName}): <${fullfile}> not found: FATAL"
     53    $ECHO "FATAL (${scriptName}): $fullfile not found: FATAL"
    5454    exit 1
    5555fi
     
    7373  }
    7474' $fullfile > $OUT1
    75 
    76 echo "DEBUG START"
    77 cat $OUT1
    78 echo "DEBUG STOP"
    7975
    8076
Note: See TracChangeset for help on using the changeset viewer.