Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 233 Bytes

mpg123-with-modules

File metadata and controls

executable file
·
5 lines (5 loc) · 233 Bytes
 
1
2
3
4
5
#!/bin/sh
# wrapper script to set MPG123_MODDIR automatically so that one can run mpg123
# from the source directory, even if modules are enabled
src=$(dirname $0)
MPG123_MODDIR="$src/libout123/modules/.libs" exec "$src/mpg123" "$@"