#!/data/data/com.termux/files/usr/bin/sh
if [ -f "/data/data/com.termux/files/home/.mpdscribble/mpdscribble.conf" ]; then CONFIG="/data/data/com.termux/files/home/.mpdscribble/mpdscribble.conf"; else CONFIG="/data/data/com.termux/files/usr/etc/mpdscribble.conf"; fi
exec mpdscribble -D --log /proc/self/fd/1 --conf $CONFIG
