mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
TAS_DIRECTORY=$1
|
|
|
|
cd ${TAS_DIRECTORY}
|
|
|
|
cat target/reports/alfresco-tas.log | grep -a "*** STARTING"
|