diff --git a/tools/tools.sh b/tools/tools.sh index d547142..351a1bc 100644 --- a/tools/tools.sh +++ b/tools/tools.sh @@ -315,7 +315,17 @@ export TZ=Asia/Taipei ln -fs "$tools_path/classes.dex" "$filepath/classes.dex" export CLASSPATH="$filepath/classes.dex" quit=0 -while read -r file expected_hash; do +cat <