#!/bin/bash
p=$1 ; shift
exec ${EDITOR:-vi} ${p/:/ +}
