Quote Originally Posted by maks View Post
elz, I have a tip

take this

PHP Code:
#/bin/bash
for i in {1..500}
do
echo 
"[img]http://comeontothelord.com/img/lc.png[/img]" >> tmp.txt
echo -".\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp.txt
done
pbcopy 
tmp.txt
yes
|rm tmp.txt 
then find a way to copy a text file to the clipboard in linux, replace the line "pbcopy < tmp.txt" with whatever you found and run it. this is how you make a proper threadlong.
I suck at thsis terminal scripting, better ctrl+v