#!/bin/sh list=../bochs* for i in $list; do echo Executing with binary: $i cat <