#! /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