Skip to content

Instantly share code, notes, and snippets.

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