dotfiles/.config/shell/bin/vvc

5 lines
66 B
Text
Raw Permalink Normal View History

#!/bin/sh
cd "$(dirname "$(realpath "$1")")"
eval "$EDITOR" "$@"