5 lines
230 B
Bash
5 lines
230 B
Bash
#!/bin/bash
|
|
php application/common/Plugins/GateWayWorker/start_register.php start&
|
|
php application/common/Plugins/GateWayWorker/start_gateway.php start&
|
|
php application/common/Plugins/GateWayWorker/start_businessworker.php start;
|