pentest-distro-builder/filesystem/root/.tmux/plugins/tmux-net-speed/run-tests.sh

7 lines
145 B
Bash
Raw Normal View History

2018-09-27 17:40:01 -06:00
#!/bin/bash -
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for testSuite in $CURRENT_DIR/tests/suites/* ; do
$testSuite
done