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

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