Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created September 15, 2012 03:11
Show Gist options
  • Select an option

  • Save dtrailin/3726214 to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/3726214 to your computer and use it in GitHub Desktop.
A spammer for bash
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