keycloak-scim/misc/log/trimmer.sh
Alexander Schwartz c4ada85233
Showing the original exception plus any swallowed exceptions. (#25428)
Closes #25424

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2023-12-13 11:56:08 +01:00

9 lines
121 B
Bash
Executable file

#!/bin/bash -e
cd "$(dirname "$0")"
if [ ! -f "LogTrimmer.class" ]; then
javac LogTrimmer.java
fi
java LogTrimmer