mmp

The mini music player, an alternative to MPD

git clone https://git.8pit.net/mmp.git

1#!/bin/sh
2
3export PATH="/usr/bin:/usr/local/bin:/bin"
4exec mpc --host "${HOST}" --port "${PORT}" --wait "$@"