2025-07-15 18:19:08 -07:00
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
2021-05-03 09:03:26 -04:00
|
|
|
. "$DIR/prelude.sh"
|
|
|
|
|
|
|
|
|
|
cd src
|
|
|
|
|
|
2025-07-15 18:19:08 -07:00
|
|
|
client_logs=$(ls crud*.log fsm*.log 2>/dev/null)
|
2021-05-03 09:03:26 -04:00
|
|
|
if [ ! -z "$client_logs" ]; then
|
2025-07-15 18:19:08 -07:00
|
|
|
${tar} czf client-logs.tgz $client_logs
|
2021-05-03 09:03:26 -04:00
|
|
|
fi
|