projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moved strmmsi_to_mmsi and mmsi_to_strmmsi from common module to ntools
[ais.git]
/
cron
/
vesseltracker.cron
1
#!/bin/bash
2
DATAFILE=/var/lib/ais/vesseltracker/`date -u +%Y-%m-%dT%H:%M:%S`.kmz
3
wget -q http://www.vesseltracker.com:80/earth/publicdata.kmz -O $DATAFILE
4