pmd/pmd-dcpd/etc/start_all.sh
Tom Copeland 24ce16e166 some handy shell scripts
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@791 51baf565-9d33-0410-a72c-fc3788e3496d
2002-08-27 21:17:38 +00:00

9 lines
129 B
Bash

#!/bin/sh
nohup ./rmid_go.sh&
sleep 10
nohup ./httpd_go.sh&
nohup ./lookupd_go.sh&
nohup ./txnd_go.sh&
nohup ./javaspace_go.sh&