#!/bin/sh
set -e

cd "$config_mpv_source"

if [ -x "bootstrap.py" ]; then
  ./bootstrap.py $@
fi

