#!/bin/bash

for i in {1..10}
do
  ./gentestfiles.sh
  ./test_deletefiles_tmp.sh
done