#!/bin/sh

# Preload certain system libraries to override anything found the $LD_LIBRARY
export LD_PRELOAD="/usr/\$LIB/libstdc++.so.6"

