forked from ttc/micro-service-api
6 lines
104 B
Bash
6 lines
104 B
Bash
#!/bin/sh
|
|
cd /server/exthernal-login-api
|
|
& npm start
|
|
|
|
cd /server/exthernal-accountingwep-api
|
|
& npm start |