Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/astroumd/lmtoy
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Mar 19, 2024
2 parents f625bf9 + c5e1e5b commit e5d4efb
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 e5d4efb

Please sign in to comment.