Browse Source

0.1r4

pull/1/head
Gustavo Adolfo Mesa Roldan 6 years ago
parent
commit
f3720f0458
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lch

+ 1
- 1
lch View File

@ -67,7 +67,7 @@ function compressor()
tar -c $2 | bzip2 > $1 tar -c $2 | bzip2 > $1
;; ;;
*.tar.xz) *.tar.xz)
tar cfJ $2 | bzip2 > $1
tar cfJ $2
;; ;;
*.bz2) *.bz2)
bzip2 $2 bzip2 $2


Loading…
Cancel
Save