marsmail-0.1

This commit is contained in:
Mario Fetka
2011-11-13 00:46:51 +01:00
commit 3cc84d97d2
12 changed files with 444 additions and 0 deletions

11
ohmail Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
while [ true ] ;
do
for x in `cat /etc/ohmaillist`
do
/usr/sbin/ohmessage $x
sleep 1
done
sleep 5
done