Created
September 15, 2012 03:11
-
-
Save dtrailin/3726214 to your computer and use it in GitHub Desktop.
A spammer for bash
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
| counter=0 | |
| while (( counter < 1000 )) | |
| do | |
| let counter=counter+1 | |
| xte 'str insert text here' 'key Return' | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment