#!/bin/sh numtests=64 for x in $(seq 1 $numtests); do ./test_tng_compress_gen$x done