k1x-factorytest/stability
2024-04-30 17:48:07 +08:00

8 lines
130 B
Bash
Executable file

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