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

7 lines
80 B
Bash
Executable file

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