dot/scripts/fzf_menu.sh

4 lines
42 B
Bash
Executable File

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