4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
ls ~/.local/scripts/ | fzf --layout=reverse --height=20 | xargs $EDITOR $1
|