#!/bin/sh
exec 2>&1
set -e
set -x
install mpd_test.py "$ADTTMP"
cd "$ADTTMP"
python3 ./mpd_test.py
