Created
October 21, 2018 23:10
-
-
Save Aaron1011/f81ec9c3bb1bfcd67567f20e082ef1e7 to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment