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