initial commit

This commit is contained in:
2020-05-26 20:49:09 -04:00
commit a256caebed
22 changed files with 356 additions and 0 deletions

9
zip2xz Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
XZ_OPT=-9
F=$(basename "$1")
mkdir /tmp/"$F"
unzip "$1" -d /tmp/"$1"
tar -cJf "$1".tar.xz /tmp/"$F"