#!/bin/bash while read line ; do echo "running $line" done