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