5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
_dir="$1"
|
||
|
cd "${_dir:=.}" && vim $(fzf)
|