Skip to content

Instantly share code, notes, and snippets.

@jashmenn
Created December 2, 2009 20:36
Show Gist options
  • Save jashmenn/247546 to your computer and use it in GitHub Desktop.
Save jashmenn/247546 to your computer and use it in GitHub Desktop.
#!/bin/bash
# backup your delicious bookmarks
curl -k --user `cat password.txt` -o backup.xml -O 'https://api.del.icio.us/v1/posts/all'
username:password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment