#!/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 ffmpeg "@$1"
