dot/scripts/fzf_menu.sh

4 lines
42 B
Bash
Raw Normal View History

2021-12-05 13:44:24 +00:00
#!/bin/sh
file=$(fzf $@)
xdg-open $file &