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