BaseBandRewrite/mobf.sh
TudbuT 655f4072fe
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 3m18s
/ Build BaseBand Loader (push) Successful in 4m10s
/ Build BaseBand Server (push) Successful in 2m23s
ok so it goes in now but mobf breaks loading and proguard breaks annotations.
2024-06-10 03:14:06 +02:00

10 lines
No EOL
231 B
Bash
Executable file

#!/bin/bash
# ignore. mobf currently breaks loading
exit
curl https://data.tudbut.de/mobf.jar > mobf.jar
for file in "$@" ; do
echo "$file"
java -jar mobf.jar !mixin !org/ !spotify !google !sun !oshi -k "$file" || exit 1
done