Created
April 15, 2015 00:21
-
-
Save jbergstroem/3435682bc1c8281f26d4 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
tar -cf iojs-v1.7.2.tar iojs-v1.7.2 | |
rm -rf iojs-v1.7.2 | |
gzip -c -f -9 iojs-v1.7.2.tar > iojs-v1.7.2.tar.gz | |
xz -c -f -9 iojs-v1.7.2.tar > iojs-v1.7.2.tar.xz | |
^Cmake: *** Deleting file `iojs-v1.7.2.tar' | |
make: *** [iojs-v1.7.2.tar] Interrupt: 2 | |
zsh: interrupt make tar | |
% /Volumes/sink/io.js ϟ XZ_COMPRESSION=6 make tar | |
<snip> | |
tar -cf iojs-v1.7.2.tar iojs-v1.7.2 | |
rm -rf iojs-v1.7.2 | |
gzip -c -f -9 iojs-v1.7.2.tar > iojs-v1.7.2.tar.gz | |
xz -c -f -6 iojs-v1.7.2.tar > iojs-v1.7.2.tar.xz | |
rm iojs-v1.7.2.tar | |
% /Volumes/sink/io.js ϟ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment