This commit is contained in:
2024-02-21 19:18:33 -06:00
parent 757be677eb
commit 6562129363

5
scripts/full.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
bash ./scripts/install_deps.sh || exit 1
bash ./scripts/build.sh || exit 1
bash ./scripts/benchmark.sh || exit 1