7 lines
80 B
Bash
Executable file
7 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
e="$(menu-emoji)"
|
|
|
|
if [ -n "$e" ]; then
|
|
printf '%s' "$e" | clip
|
|
fi
|