projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
58cd9e8330d18403332ec4f25e23639d9a21ffbf
[ais.git]
/
bin
/
compress_archives.cron
1
#!/usr/bin/env bash
2
cd /var/lib/ais/nmea
3
for f in `date -d '-1 day' +%Y%m%d`-*.dump; do
4
nice bzip2 $f
5
done