This is the mac version, it's adaptable for other *nixes but they don't have a pbcopy command, not sure how to insert into the clipboard in linux
Code:#/bin/bash
for i in {1..20}
do
echo "http://bayimg.com/5168108b007ff4ea7b...76c2795f87.jpg" >> tmp.txt
echo -e ".\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp.txt
done
echo $((1 + RANDOM % 100)) >> tmp.txt
pbcopy < tmp.txt
yes|rm tmp.txt