#!/bin/bash
set -e
exec clang -fplugin="/usr/lib64/orthodoxy/21/orthodoxy.so" "$@"
