#!/bin/bash for id in `cat small-test-ids.txt` ; do ./RUN.sh $id 6 sleep 2 done