dotfiles/scripts/menu/menu-open-bookmark
2025-09-09 00:23:03 -06:00

7 lines
77 B
Bash
Executable file

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