dotfiles/scripts/menu/menu-pass-copy
2025-09-20 20:17:31 -06:00

7 lines
79 B
Bash
Executable file

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