summaryrefslogtreecommitdiffstats
path: root/scripts/mpv-bootstrap
blob: 4e9b8cc1dadee37f806a6022f39958eb6473210e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

cd mpv

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