summaryrefslogtreecommitdiffstats
path: root/use-mpv-custom
blob: cea8d10a8310896f27f97bdc473bd6f5bf143689 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
export LC_ALL=C

if [ -z "$1" ]; then
    echo "Aborting. Please provide a commit hash or a tag/branch name."
    exit 1
fi

scripts/switch-branch mpv "@$1"