#!/bin/bash for f in `seq 4` do echo $f ./tkr-chansel $f sleep 0.5 done exec ./tkr-cycle