Project

General

Profile

1
#!/bin/bash
2

    
3
sleep 5
4
echo Starting Tomcat
5
/etc/init.d/tomcat6 start
(3-3/8)