k1x-factorytest/stability
2024-06-29 09:30:51 +08:00

10 lines
152 B
Bash
Executable file

#!/bin/bash -e
ROOT=$(dirname "$(readlink -f "$0")")
pushd $ROOT > /dev/null
./stress-ng.sh &
./memtester.sh &
./gpu.sh &
./vpu.sh &
popd > /dev/null