muxzcat.sh (157B)
- #!/bin/sh
- set -ex
- cd /extras/muxzcat-*/
- $CC -std=c90 $CFLAGS -o /usr/bin/muxzcat muxzcat.c
- ln -s muxzcat /usr/bin/xzcat
- ln -s muxzcat /usr/bin/xzdec
- cd -
git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
muxzcat.sh (157B)
- #!/bin/sh
- set -ex
- cd /extras/muxzcat-*/
- $CC -std=c90 $CFLAGS -o /usr/bin/muxzcat muxzcat.c
- ln -s muxzcat /usr/bin/xzcat
- ln -s muxzcat /usr/bin/xzdec
- cd -