Created
September 19, 2016 13:19
-
-
Save Ham5ter/5bfefa5cb64451717fe2c1dab52a4c10 to your computer and use it in GitHub Desktop.
usefull for KVM and stuff where Clipboard does not work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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