run_servers.sh
author Shingo W. Kagami
Thu, 21 Jan 2010 22:52:34 +0900
changeset 6 0387681eee81
child 10 a39fafcc0d45
permissions -rw-r--r--
Delete old comments.
     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