c4ada85233
Closes #25424 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
9 lines
121 B
Bash
Executable file
9 lines
121 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
if [ ! -f "LogTrimmer.class" ]; then
|
|
javac LogTrimmer.java
|
|
fi
|
|
|
|
java LogTrimmer
|