diff --git a/compression_utils/README b/archivers/README similarity index 100% rename from compression_utils/README rename to archivers/README diff --git a/compression_utils/TODO b/archivers/TODO similarity index 100% rename from compression_utils/TODO rename to archivers/TODO diff --git a/compression_utils/lz.sh b/archivers/lz.sh similarity index 100% rename from compression_utils/lz.sh rename to archivers/lz.sh diff --git a/compression_utils/xzize.sh b/archivers/xzize.sh similarity index 100% rename from compression_utils/xzize.sh rename to archivers/xzize.sh diff --git a/bin/lz b/bin/lz index bd99054..fe5efae 120000 --- a/bin/lz +++ b/bin/lz @@ -1 +1 @@ -../compression_utils/lz.sh \ No newline at end of file +../archivers/lz.sh \ No newline at end of file diff --git a/bin/uz b/bin/uz index bd99054..fe5efae 120000 --- a/bin/uz +++ b/bin/uz @@ -1 +1 @@ -../compression_utils/lz.sh \ No newline at end of file +../archivers/lz.sh \ No newline at end of file diff --git a/bin/xzize b/bin/xzize index be601ec..ab821c7 120000 --- a/bin/xzize +++ b/bin/xzize @@ -1 +1 @@ -../compression_utils/xzize.sh \ No newline at end of file +../archivers/xzize.sh \ No newline at end of file