#!/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=/usr
LD_PRELOAD=/usr/lib64/libaoss.so.0 exec "$@"
