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