#!/bin/sh
LINE="`sed -ne "$1 p" $HOME/.cglast`"
$EDITOR +"`echo $LINE | cut -d: -f2`" "`echo $LINE | cut -d: -f1`"
