- #!/usr/bin/env bash
- hostname=`hostname`
- domain=`php /app/bin/tools.php getDomain`
- port=`php /app/bin/tools.php getPort`
- curl -s http://${domain}:${port}/v2/tools/init
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=statement
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=processIn
|