Skip to content

Commit

Permalink
add last obsnum
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Mar 19, 2024
1 parent 8e90ebc commit c5e1e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/data_lmt_last
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
flags=${1:--tl}
n=1

if [ -e $DATA_LMT/last.obsnum ]; then
echo "# Last recorded obsnum: $(cat $DATA_LMT/last.obsnum)"
fi

echo "# $(date) : $n most recent DATA_LMT=$DATA_LMT"


Expand Down

0 comments on commit c5e1e5b

Please sign in to comment.