mars-mail/ohmail

12 lines
141 B
Plaintext
Raw Normal View History

2011-11-13 00:46:51 +01:00
#!/bin/bash
while [ true ] ;
do
for x in `cat /etc/ohmaillist`
do
/usr/sbin/ohmessage $x
sleep 1
done
sleep 5
done