test

#!/usr/bin/env bash


for d in ./test/run/*; do
    $d
done