Last active
October 22, 2018 20:13
-
-
Save Aaron1011/95b3f05495ea43a1a796a20e7219d1df to your computer and use it in GitHub Desktop.
Real fake paste
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
sleep 0.2 | |
export DISPLAY=:0 | |
contents=$(xclip -out -selection clipboard ) | |
xdotool type "$contents" | |
sleep 0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment