dotfiles/scripts/menu/menu-copy-bookmark
2025-09-12 01:53:05 -06:00

7 lines
87 B
Bash
Executable file

#!/bin/sh
bm="$(menu-bookmarks)"
if [ -n "$bm" ]; then
printf '%s' "$bm" | clip
fi