about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/deprecated/java_compiler/fmt
blob: 7bfe920b436709f1bf81249fcf3a9ca4649d8586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
. %SHELL_LIBRARY_PATH

cd ..;
pw=$(pwd);
cd ..;

while IFS= read -r i;do
    java -jar google-java-format-1.15.0-all-deps.jar -i $i
done < "$(tmp "find $pw/scr | sed 1d")"



if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi