mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-01 04:30:44 -05:00
c4ada85233
Closes #25424 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
10 lines
121 B
Bash
Executable File
10 lines
121 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
if [ ! -f "LogTrimmer.class" ]; then
|
|
javac LogTrimmer.java
|
|
fi
|
|
|
|
java LogTrimmer
|