This file contains hidden or 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
# Copy and paste the following snippet, including brackets, into the Terminal | |
( | |
set -e; | |
cd "$(mktemp -d)" | |
curl -LO 'http://www.newosxbook.com/tools/jtool2.tgz' | |
tar -x -f jtool2.tgz | |
lipo jtool2 -thin x86_64 -output jtool2.x86_64 | |
lipo disarm -thin x86_64 -output disarm.x86_64 | |
sudo mkdir -p /usr/local/bin |
This file contains hidden or 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
Show hidden characters
{ | |
"cmd" : ["$file"], | |
"selector" : "source.shell", | |
"shell" : "bash" | |
} |