summaryrefslogtreecommitdiffstats
path: root/use-libass-custom
blob: 6bc24754b09293c06bab293a1a9f87a46bcda48f (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 libass "@$1"