#! /bin/sh vim_arguments="" while test $# -gt 0 do vim_arguments="$vim_arguments /jails/$1/c.conf" shift done vim -p $vim_arguments