#!/bin/bash old_IFS="${IFS}"; IFS=$'\f'; export CFML_ARGS="${*}"; IFS="${old_IFS}" echo -e "foo\nbar\nbaz" | exec $(dirname $0)/box $(dirname $0)/test.cfml