add very useful script bin/shrug
This commit is contained in:
parent
b1ef189baf
commit
509790fabd
1 changed files with 6 additions and 0 deletions
6
bin/shrug
Executable file
6
bin/shrug
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
SHRUG='¯\_(ツ)_/¯'
|
||||
|
||||
echo -n $SHRUG | xclip -selection clipboard -in
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue