Files
ffmpeg-av1-builder/scripts/full.sh
2024-02-21 19:18:33 -06:00

6 lines
126 B
Bash

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