#!/bin/bash for i in `seq 1 10`; do echo $i bin/piglit run -p gbm --include-tests arb_shader_image_load_store -c gpu /tmp done