4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# shellcheck disable=SC2046
|
|
$EDITOR $(grep "$@")
|