Browse Source

archive to all formats

Herbert Vojčík 13 years ago
parent
commit
86f7ca993b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      bin/aa

+ 5 - 0
bin/aa

@@ -0,0 +1,5 @@
+#!/bin/sh
+gzip -9k $1
+bzip2 -9k $1
+7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on $1.7z $1
+zip -9 $1.zip $1