forked from ttc/micro-service-api
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
./start-login.sh &
|
|
./start-ttc.sh &
|
|
exec ./start-accountingwep.sh |