.
[sfinx.git] / scripts / sfinx_compress.sh
blob338197c372588dcd76565e68603904377a2160cb
1 #!/bin/sh
2 7zr -mx=9 a $1.7z $1 >/dev/null 2>&1
3 exit $?