mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/sh
|
||
|
file=$(fzf $@)
|
||
|
xdg-open $file &
|