4 lines
64 B
Bash
Executable file
4 lines
64 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# shellcheck disable=SC2046
|
|
vim $(find "$@")
|