As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 #!/bin/sh 2 3 # A simple script to facilitate the use of the OSS compatibility library. 4 # Usage: 5 # testaoss <command> <command options and arguments> 6 7 prefix=@top_srcdir@ 8 LD_PRELOAD=${prefix}/alsa/.libs/libaoss.so exec"$@"