home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 March
/
PCWELT_3_2006.ISO
/
base
/
01_kernel.mo
/
usr
/
bin
/
aoss
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-05
|
229 b
|
10 lines
#!/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 exec "$@"