forked from organicmaps/organicmaps
Script to compress section files. Just for statistics.
This commit is contained in:
parent
4aaa48eece
commit
c5ae9bf2e1
1 changed files with 6 additions and 0 deletions
6
tools/unix/compress_section_files.sh
Executable file
6
tools/unix/compress_section_files.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for file in data/*.mwm.*
|
||||
do
|
||||
bzip2 -9 -k -v $file
|
||||
done
|
Loading…
Add table
Reference in a new issue