@@ -24,6 +24,9 @@ function descompressor()
*.tar.bz2)
tar xjf $1
;;
*.tar.xz)
tar -xf $1
*.bz2)
bzip2 -d $1
@@ -63,6 +66,9 @@ function compressor()
tar -c $2 | bzip2 > $1
tar cfJ $2 | bzip2 > $1
bzip2 $2
mv "$2".bz2 $1
The note is not visible to the blocked user.