dotfiles/bin/shrug

7 lines
83 B
Text
Raw Permalink Normal View History

2019-04-24 20:21:37 +02:00
#!/bin/sh
SHRUG='¯\_(ツ)_/¯'
echo -n $SHRUG | xclip -selection clipboard -in