.dotfiles/.bin/vim-find
2023-07-06 23:38:19 +02:00

5 lines
68 B
Bash
Executable file

#!/usr/bin/env sh
# shellcheck disable=SC2046
$EDITOR $(find "$@")