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