blob: 96df85dc458b73efc1fda98b57403be7c0a2e387 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# A simple script to facilitate the use of the OSS compatibility library.
# Usage:
# aoss <command> <command options and arguments>
LD_PRELOAD=/emul/linux/x86/usr/lib/libaoss.so exec "$@"
|