#!/bin/sh INCLUDE_DIRS="/Users/kylemarnone/Documents/RPI/Fall 2007/Open Source/ITKBuild/Insight/Code/IO" gcc -o myprog -I "$INCLUDE_DIRS" main.cpp