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