dotfiles/bin/shrug

7 lines
83 B
Bash
Executable File

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