Skip to content

Commit

Permalink
😕 line break
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Dec 13, 2015
1 parent f8a1fa2 commit 8a85cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrblib/emoji-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __main__(argv)
else
result[0]
end
cmd = "echo -n '#{emoji}' | pbcopy"
cmd = "echo '#{emoji}' | tr -d '\n' | pbcopy"
`#{cmd}`
puts "copied #{emoji} ‼️"
else
Expand Down

0 comments on commit 8a85cbe

Please sign in to comment.