projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added ST source explanation
[ais.git]
/
cron
/
shipplotter.cron
1
#!/usr/bin/env bash
2
umask 002
3
sleep 26
4
set -e
5
LOGPATH=/var/lib/ais/shipplotter/`date -u +%Y%m%d`
6
LOGFILE=$LOGPATH/`date -u +%H%M%S`
7
mkdir -p $LOGPATH
8
python -m ais.extras.shipplotter_coaa > $LOGFILE
9
python -m ais.extras.shipplotter_parselogs $LOGFILE