dotfiles/bin/shrug

6 lines
83 B
Bash
Executable file

#!/bin/sh
SHRUG='¯\_(ツ)_/¯'
echo -n $SHRUG | xclip -selection clipboard -in