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