unzipsfx
Create a self-extracting compressed binary file by prepending self-extracting stubs on a zip file. More information: <https://manned.org/unzipsfx>.
Install
- All systems
-
curl cmd.cat/unzipsfx.sh
- Debian
-
apt-get install unzip - Ubuntu
-
apt-get install unzip -
Alpine
-
apk add unzip - Arch Linux
-
pacman -S unzip - Kali Linux
-
apt-get install unzip - CentOS
-
yum install unzip - Fedora
-
dnf install unzip - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install unzip - OS X
-
brew install unzip - Raspbian
-
apt-get install unzip - Docker
-
docker run cmd.cat/unzipsfx unzipsfxpowered by Commando
Create a self-extracting compressed binary file by prepending self-extracting stubs on a zip file. More information: <https://manned.org/unzipsfx>.
-
Create a self-extracting binary file of a `zip` archive:
cat unzipsfx path/to/archive.zip > filename && chmod 755 filename -
Extract a self-extracting binary in the current directory:
./path/to/binary) -
Test a self-extracting binary for errors:
./path/to/binary) -t -
Print content of a file in the self-extracting binary without extraction:
./path/to/binary) -c path/to/filename -
Print comments on `zip` archive in the self-extracting binary:
./path/to/binary) -z
© tl;dr; authors and contributors