summaryrefslogtreecommitdiff
path: root/bin/menuscripts/memoji
diff options
context:
space:
mode:
Diffstat (limited to 'bin/menuscripts/memoji')
-rwxr-xr-xbin/menuscripts/memoji2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/memoji b/bin/menuscripts/memoji
index 0b3965d..4401c71 100755
--- a/bin/menuscripts/memoji
+++ b/bin/menuscripts/memoji
@@ -13,7 +13,7 @@ case "$1" in
input=$(tee | cut -f 1 -d ' ')
if [ "$input" ]
then
- herbe "_dmemoji" "*$input copied!"
+ herbe "_dmemoji" "*$input copied!" &
printf "%s" "$input" | clipp
fi
;;