1#!/bin/sh23export PATH="/usr/bin:/usr/local/bin:/bin"4exec mpc --host "${HOST}" --port "${PORT}" --wait "$@"
The mini music player, an alternative to MPD
git clone https://git.8pit.net/mmp.git
1#!/bin/sh23export PATH="/usr/bin:/usr/local/bin:/bin"4exec mpc --host "${HOST}" --port "${PORT}" --wait "$@"