"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/alsa/testaoss.in" (7 Jan 2019, 221 Bytes) of package /linux/misc/alsa-oss-1.1.8.tar.bz2:


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 "$@"