Files
ffmpeg-av1-builder/scripts/full.sh
2024-12-13 22:56:17 -06:00

6 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
bash ./scripts/install_deps.sh || exit 1
bash ./scripts/build.sh || exit 1
bash ./scripts/benchmark.sh || exit 1