dot/scripts/fzf_menu.sh
2023-03-01 00:15:29 +00:00

3 lines
44 B
Bash
Executable file

#!/bin/sh
file="$(fzf $@)"
xdg-open $file &