dotfiles/scripts/menu/menu-bookmarks-open
2025-09-20 20:17:31 -06:00

7 lines
77 B
Bash
Executable file

#!/bin/sh
bm="$(menu-bookmarks)"
if [ -n "$bm" ]; then
xdg-open "$bm"
fi