Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save offlinemark/ddc02c5c7ad932899bc055271ed0b2b6 to your computer and use it in GitHub Desktop.

Select an option

Save offlinemark/ddc02c5c7ad932899bc055271ed0b2b6 to your computer and use it in GitHub Desktop.
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