aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/mplayer
blob: 8554a811564dc2a638b7658c6221ef0f799818fa (plain)
1
2
3
#!/bin/sh -eu
export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
$(which mplayer --all | grep --invert-match "local/bin" | head -n 1) "$@"