Thread: thanks tim

Results 1 to 30 of 91

Hybrid View

  1. Collapse Details
     
    #1
    Senior Member elezzzark's Avatar
    Join Date
    Feb 2012
    Posts
    2,055
    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
    Reply With Quote
     

  2. Collapse Details
     
    #2
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    Quote Originally Posted by elezzzark View Post
    I suck at thsis terminal scripting, better ctrl+v
    it doesn't matter if you know how to write bash scripts, I literally just gave you the whole script all you have to do is change one line
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •