dot/scripts/fzf_menu.sh
2021-12-05 13:44:24 +00:00

4 lines
42 B
Bash
Executable file

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