Created
July 30, 2016 04:41
-
-
Save offlinemark/ddc02c5c7ad932899bc055271ed0b2b6 to your computer and use it in GitHub Desktop.
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
| for each in `ls llvm-* clang* opt*`; do ln -sv $PWD/$each $PWD/$each-3.8; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment