mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
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
|