Skip to content

Instantly share code, notes, and snippets.

@glittershark
Created August 27, 2015 15:52
Show Gist options
  • Save glittershark/9eaedb43f642d0115e8a to your computer and use it in GitHub Desktop.
Save glittershark/9eaedb43f642d0115e8a to your computer and use it in GitHub Desktop.
Xdotool script to type the shrug emoji
#!/bin/bash
echo -en "¯\\_(\xe3\x83\x84)_/¯" | xsel
xdotool key Shift+Insert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment