View Single Post
Old 08-09-2012, 01:25 PM  
kazymjir
Confirmed User
 
kazymjir's Avatar
 
Industry Role:
Join Date: Oct 2011
Location: Munich
Posts: 411
Quote:
Originally Posted by fris View Post
see how they like it
Code:
[fris@fris ~]$ for ((i=1;i<=100;i++)); do echo fuckyou | mail [email protected]; done ; echo "$i emails sent";
101 emails sent
[fris@fris ~]$
lol

Code:
0-59 * * * * for ((i=1;i<=100;i++)); do echo fuckyou | mail [email protected]; done ;
__________________
http://kazymjir.com/
kazymjir is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote