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:
Text File  |  2005-07-05  |  229 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. # A simple script to facilitate the use of the OSS compatibility library.
  4. # Usage:
  5. #    aoss <command> <command options and arguments>
  6.  
  7. prefix=/usr
  8. exec_prefix=${prefix}
  9. LD_PRELOAD=${exec_prefix}/lib/libaoss.so exec "$@"
  10.