#!/bin/sh
# Run the given binary via a libtool wrapper script
$LIBTOOL --mode=execute "$@"
