Skip to content

Instantly share code, notes, and snippets.

@elehcim
Created June 21, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elehcim/1f5cd06f817338fbfdc1d305a9e39f4f to your computer and use it in GitHub Desktop.
Save elehcim/1f5cd06f817338fbfdc1d305a9e39f4f to your computer and use it in GitHub Desktop.
#!/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