| changeset 10 | a39fafcc0d45 | 
| parent 1 | 65d4a4dbb3e5 | 
| 0:286220436dbd | 1:d6f954d1391a | 
|---|---|
| 1 #!/bin/sh | 1 #!/bin/sh | 
| 2 | 2 | 
| 3 echo running cygserver ... | 3 # echo running cygserver ... | 
| 4 (/usr/sbin/cygserver.exe &) | 4 # (/usr/sbin/cygserver.exe &) | 
| 5 echo running apache ... | 5 # echo running apache ... | 
| 6 /usr/sbin/apachectl2 start | 6 # /usr/sbin/apachectl2 start | 
| 7 | 7 | 
| 8 echo running fetchmail ... | 8 echo running fetchmail ... | 
| 9 /usr/bin/fetchmail -N | 9 /usr/bin/fetchmail -N | 
| 10 | 10 | 
| 11 exit | 11 exit |