#!/bin/bash for i in `seq 30`; do echo "hello $i" sleep 1 done