Created
June 21, 2018 16:13
-
-
Save elehcim/1f5cd06f817338fbfdc1d305a9e39f4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pushd ~ | |
mkdir -p bin | |
cd bin | |
git clone https://github.com/madler/pigz.git pigz.src | |
cd pigz.src | |
make | |
cd .. | |
ln -s pigz.src/pigz pigz.src/unpigz . | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment