Skip to content

Instantly share code, notes, and snippets.

View alexandreteles's full-sized avatar
🤖
Agent of chaos

Alexandre Teles (afterSt0rm) alexandreteles

🤖
Agent of chaos
View GitHub Profile
#!/usr/bin/env bash
# --slave /usr/bin/$1 $1 /usr/bin/$1-\${version} \\
function register_clang_version {
local version=$1
local priority=$2
update-alternatives \
--install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-${version} ${priority} \