aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/mplayer-wrapper
blob: 359a4f165451d63a8f933d30e09f66bf9d5abd24 (plain)
1
2
3
#!/bin/sh -eu
export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
mplayer "$@"