projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace bzip2 compression by xz
[ais.git]
/
cron
/
planeplotter.cron
1
#!/bin/bash
2
set -e
3
umask 002
4
sleep 8
5
LOGPATH=/var/lib/ais/planeplotter/`date -u +%Y%m%d`
6
LOGFILE=$LOGPATH/`date -u +%H%M%S`
7
mkdir -p $LOGPATH
8
python -m ais.extras.planeplotter_coaa > $LOGFILE
9
#python -m ais.extras.planeplotter_parse $LOGFILE