.dotfiles/.bin/vim-grep
2022-10-17 18:49:58 +02:00

5 lines
64 B
Bash
Executable file

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