dotfiles/scripts/menu/menu-open-bookmark
2025-09-20 17:41:35 -06:00

7 lines
77 B
Bash
Executable file

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