pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
3 sec ago
Untitled
7 sec ago
Untitled
7 sec ago
Untitled
7 sec ago
Untitled
13 sec ago
Untitled
14 sec ago
Untitled
20 sec ago
Layout Width
Share Pastebin
charlvn
By: a guest | Oct 31st, 2008 | Syntax:
Bash
| Size: 0.12 KB | Hits: 6 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
while
[
true
]
;
do
curl
"http://chisimba.charlvn.za.net/index.php?module=im&action=messagehandler"
>
/
dev
/
null
done
create new paste
|
create new version of this paste
RAW Paste Data
while [ true ]; do curl "http://chisimba.charlvn.za.net/index.php?module=im&action=messagehandler" > /dev/null done