Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created March 7, 2012 18:58
Show Gist options
  • Save khajavi/1995113 to your computer and use it in GitHub Desktop.
Save khajavi/1995113 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in $( cat friends );do
proxychains curl -u milad:mypassword http://identi.ca/api/blocks/create.xml -d user_id=$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment