1 #!/bin/sh
2
3 # echo running cygserver ...
4 # (/usr/sbin/cygserver.exe &)
5 # echo running apache ...
6 # /usr/sbin/apachectl2 start
7
8 echo running fetchmail ...
9 /usr/bin/fetchmail -N
10
11 exit
12