#!/bin/sh for i in 00; do make -f run_mode.makefile MODE="$i" done