Skip to content

Instantly share code, notes, and snippets.

@Ham5ter
Created September 19, 2016 13:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ham5ter/5bfefa5cb64451717fe2c1dab52a4c10 to your computer and use it in GitHub Desktop.
Save Ham5ter/5bfefa5cb64451717fe2c1dab52a4c10 to your computer and use it in GitHub Desktop.
usefull for KVM and stuff where Clipboard does not work
#!/bin/sh
sh -c 'sleep 5; xdotool type --delay 20 "$(xclip -o -selection clipboard)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment