#!/bin/sh

# A simple script to facilitate the use of the OSS compatibility library.
# Usage:
#	aoss <command> <command options and arguments>

prefix=/usr
exec_prefix=${prefix}
LD_PRELOAD=${exec_prefix}/lib/libaoss.so $*
