Name: Anonymous 2009-07-30 16:10
#!/bin/bash
# sharebee uploader
# im gay no homo
# syntax: bash sharebee.sh FILE (DESTFILENAME)
###########################################################################
D="$2"; if [ -z $2 ]; then D="$1"; fi
curl $(curl -F "MAX_FILE_SIZE=210000000" -F "upfile=@$1;filename=$D" -F "terms=1" \
$(curl http://www.sharebee.com/ | grep -o 'http://u[^/]*/u[^"]*') | \
grep -o 'http[^"]*') | grep -o 'http://sharebee.com/[^"]*' | sed qhow can I optimize this shit