Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by meinhimmel ( 18 years ago )
#!/bin/bash
#done by meinhimmel
base=\"http://jailbaitonly.com/\"
link=$base
while true; do
wget -c `lwp-request -o links \"$link\" | grep IMG | grep images/file | sed -e s/\\ //g -e s/IMG// | tr -d \'\\011\'`
link=`lwp-request \"$link\" | grep \'alt=\"Next Picture\"\' | sed -e s/\'<a href=\"\'// -e s/\'\">\'/\\ / | awk \'{print $1}\'`
link=\"$base$link\"
done
Revise this Paste